#774039

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

Shades of Bole #774039

Tints of Bole #774039

Color information

#774039 (or 0x774039) is unknown color: approx Bole. HEX triplet: 77, 40 and 39. RGB value is (119,64,57). Sum of RGB (Red+Green+Blue) = 119+64+57=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774039 is #88BFC6. Grayscale: #4F4F4F. Windows color (decimal): -8961991 or 3752055. OLE color: 3752055.

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

Color convert

RGB1196457-
CMYK00.460.520.53
HSL6.77º35.23%34.51%-
HSV(B)6.77º52.1%46.67%-
XYZ10.187.884.86-
YUV79.65115.22156.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=49.58%
G=26.67%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119645700.460.520.536.7735.2334.51
Hex77403902E343572323
Octal16710071056646574343
Binary111011110000001110010101110110100110101111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774039; }

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

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

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

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

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

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

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

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