#77413C

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

Shades of Bole #77413C

Tints of Bole #77413C

Color information

#77413C (or 0x77413C) is unknown color: approx Bole. HEX triplet: 77, 41 and 3C. RGB value is (119,65,60). Sum of RGB (Red+Green+Blue) = 119+65+60=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77413C is #88BEC3. Grayscale: #505050. Windows color (decimal): -8961732 or 3948919. OLE color: 3948919.

HSL color Cylindrical-coordinate representation of color #77413C: hue angle of 5.08º degrees, saturation: 0.33, 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 #77413C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1196560-
CMYK00.450.500.53
HSL5.08º32.96%35.1%-
HSV(B)5.08º49.58%46.67%-
XYZ10.318.035.28-
YUV80.58116.39155.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 60 (23.83% from 255) = 24.59%
R=48.77%
G=26.64%
B=24.59%

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
Decimal119656000.450.500.535.0832.9635.1
Hex77413C02D323552123
Octal16710174055626554143
Binary111011110000011111000101101110010110101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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