#774945

Color #774945 Bole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bole #774945

Tints of Bole #774945

Color information

#774945 (or 0x774945) is unknown color: approx Bole. HEX triplet: 77, 49 and 45. RGB value is (119,73,69). Sum of RGB (Red+Green+Blue) = 119+73+69=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #774945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774945 is #88B6BA. Grayscale: #565656. Windows color (decimal): -8959675 or 4540791. OLE color: 4540791.

HSL color Cylindrical-coordinate representation of color #774945: hue angle of 4.8º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774945 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1197369-
CMYK00.390.420.53
HSL4.8º26.6%36.86%-
HSV(B)4.8º42.02%46.67%-
XYZ11.069.126.81-
YUV86.3118.24151.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=45.59%
G=27.97%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119736900.390.420.534.826.636.86
Hex7749450272A3551b25
Octal167111105047526553345
Binary111011110010011000101010011110101011010110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774945; }

 p { color: rgb(119,73,69); }

 H1.HeaderClassName
 {
   color: #774945;
 }
 .AnyTagClassName
 {
   color: #774945;
 }
</style>
background-color css

<style>
 a { background-color: #774945; }

 a { background-color: rgb(119,73,69); }

 div.DivClassName
 {
   background-color: #774945;
 }
 .BgClassName
 {
   background-color: #774945;
 }
</style>
border-color css

<style>
 span { border-color: #774945; }

 span { border-color: rgb(119,73,69); }

 td.TdClassName
 {
   border-color: #774945;
 }
 .TagClassName
 {
   border-color: #774945;
 }
</style>