#774D46

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

Shades of Bole #774D46

Tints of Bole #774D46

Color information

#774D46 (or 0x774D46) is unknown color: approx Bole. HEX triplet: 77, 4D and 46. RGB value is (119,77,70). Sum of RGB (Red+Green+Blue) = 119+77+70=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #774D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D46 is #88B2B9. Grayscale: #585858. Windows color (decimal): -8958650 or 4607351. OLE color: 4607351.

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

Color convert

RGB1197770-
CMYK00.350.410.53
HSL8.57º25.93%37.06%-
HSV(B)8.57º41.18%46.67%-
XYZ11.379.677.06-
YUV88.76117.41149.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=44.74%
G=28.95%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119777000.350.410.538.5725.9337.06
Hex774D46023293591a25
Octal1671151060435165113245
Binary1110111100110110001100100011101001110101100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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