#774E47

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

Shades of Bole #774E47

Tints of Bole #774E47

Color information

#774E47 (or 0x774E47) is unknown color: approx Bole. HEX triplet: 77, 4E and 47. RGB value is (119,78,71). Sum of RGB (Red+Green+Blue) = 119+78+71=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E47 is #88B1B8. Grayscale: #595959. Windows color (decimal): -8958393 or 4673143. OLE color: 4673143.

HSL color Cylindrical-coordinate representation of color #774E47: hue angle of 8.75º 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 #774E47 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1197871-
CMYK00.340.400.53
HSL8.75º25.26%37.25%-
HSV(B)8.75º40.34%46.67%-
XYZ11.479.837.25-
YUV89.46117.58149.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=44.40%
G=29.10%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119787100.340.400.538.7525.2637.25
Hex774E47022283591925
Octal1671161070425065113145
Binary1110111100111010001110100010101000110101100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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