#774240

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

Shades of Bole #774240

Tints of Bole #774240

Color information

#774240 (or 0x774240) is unknown color: approx Bole. HEX triplet: 77, 42 and 40. RGB value is (119,66,64). Sum of RGB (Red+Green+Blue) = 119+66+64=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #774240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774240 is #88BDBF. Grayscale: #515151. Windows color (decimal): -8961472 or 4211319. OLE color: 4211319.

HSL color Cylindrical-coordinate representation of color #774240: hue angle of 2.18º 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 #774240 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1196664-
CMYK00.450.460.53
HSL2.18º30.05%35.88%-
HSV(B)2.18º46.22%46.67%-
XYZ10.488.195.88-
YUV81.62118.06154.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=47.79%
G=26.51%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119666400.450.460.532.1830.0535.88
Hex77424002D2E3521e24
Octal167102100055566523644
Binary11101111000010100000001011011011101101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774240; }

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

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

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

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

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

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

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

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