#774940

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

Shades of Bole #774940

Tints of Bole #774940

Color information

#774940 (or 0x774940) is unknown color: approx Bole. HEX triplet: 77, 49 and 40. RGB value is (119,73,64). Sum of RGB (Red+Green+Blue) = 119+73+64=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774940 is #88B6BF. Grayscale: #555555. Windows color (decimal): -8959680 or 4213111. OLE color: 4213111.

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

Color convert

RGB1197364-
CMYK00.390.460.53
HSL9.82º30.05%35.88%-
HSV(B)9.82º46.22%46.67%-
XYZ10.929.066.02-
YUV85.73115.74151.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 64 (25.39% from 255) = 25%
R=46.48%
G=28.52%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119736400.390.460.539.8230.0535.88
Hex7749400272E35a1e24
Octal1671111000475665123644
Binary1110111100100110000000100111101110110101101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774940; }

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

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

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

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

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

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

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

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