#77423F

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

Shades of Bole #77423F

Tints of Bole #77423F

Color information

#77423F (or 0x77423F) is unknown color: approx Bole. HEX triplet: 77, 42 and 3F. RGB value is (119,66,63). Sum of RGB (Red+Green+Blue) = 119+66+63=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77423F is #88BDC0. Grayscale: #515151. Windows color (decimal): -8961473 or 4145783. OLE color: 4145783.

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

Color convert

RGB1196663-
CMYK00.450.470.53
HSL3.21º30.77%35.69%-
HSV(B)3.21º47.06%46.67%-
XYZ10.458.185.73-
YUV81.5117.56154.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 63 (25% from 255) = 25.40%
R=47.98%
G=26.61%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119666300.450.470.533.2130.7735.69
Hex77423F02D2F3531f24
Octal16710277055576533744
Binary1110111100001011111101011011011111101011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77423F; }

 p { color: rgb(119,66,63); }

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

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

 a { background-color: rgb(119,66,63); }

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

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

 span { border-color: rgb(119,66,63); }

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