#774D47

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

Shades of Bole #774D47

Tints of Bole #774D47

Color information

#774D47 (or 0x774D47) is unknown color: approx Bole. HEX triplet: 77, 4D and 47. RGB value is (119,77,71). Sum of RGB (Red+Green+Blue) = 119+77+71=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D47 is #88B2B8. Grayscale: #585858. Windows color (decimal): -8958649 or 4672887. OLE color: 4672887.

HSL color Cylindrical-coordinate representation of color #774D47: hue angle of 7.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774D47 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1197771-
CMYK00.350.400.53
HSL7.5º25.26%37.25%-
HSV(B)7.5º40.34%46.67%-
XYZ11.49.687.23-
YUV88.87117.91149.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=44.57%
G=28.84%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119777100.350.400.537.525.2637.25
Hex774D47023283581925
Octal1671151070435065103145
Binary1110111100110110001110100011101000110101100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D47; }

 p { color: rgb(119,77,71); }

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

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

 a { background-color: rgb(119,77,71); }

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

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

 span { border-color: rgb(119,77,71); }

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