#77413B

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

Shades of Bole #77413B

Tints of Bole #77413B

Color information

#77413B (or 0x77413B) is unknown color: approx Bole. HEX triplet: 77, 41 and 3B. RGB value is (119,65,59). Sum of RGB (Red+Green+Blue) = 119+65+59=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77413B is #88BEC4. Grayscale: #505050. Windows color (decimal): -8961733 or 3883383. OLE color: 3883383.

HSL color Cylindrical-coordinate representation of color #77413B: hue angle of 6º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77413B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1196559-
CMYK00.450.500.53
HSL33.71%34.9%-
HSV(B)50.42%46.67%-
XYZ10.298.025.14-
YUV80.46115.89155.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=48.97%
G=26.75%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119655900.450.500.53633.7134.9
Hex77413B02D323562223
Octal16710173055626564243
Binary111011110000011110110101101110010110101110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77413B; }

 p { color: rgb(119,65,59); }

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

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

 a { background-color: rgb(119,65,59); }

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

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

 span { border-color: rgb(119,65,59); }

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