#774740

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

Shades of Bole #774740

Tints of Bole #774740

Color information

#774740 (or 0x774740) is unknown color: approx Bole. HEX triplet: 77, 47 and 40. RGB value is (119,71,64). Sum of RGB (Red+Green+Blue) = 119+71+64=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #774740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774740 is #88B8BF. Grayscale: #545454. Windows color (decimal): -8960192 or 4212599. OLE color: 4212599.

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

Color convert

RGB1197164-
CMYK00.400.460.53
HSL7.64º30.05%35.88%-
HSV(B)7.64º46.22%46.67%-
XYZ10.798.85.98-
YUV84.55116.4152.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=46.85%
G=27.95%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119716400.400.460.537.6430.0535.88
Hex7747400282E3581e24
Octal1671071000505665103644
Binary1110111100011110000000101000101110110101100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774740; }

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

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

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

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

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

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

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

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