#774139

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

Shades of Bole #774139

Tints of Bole #774139

Color information

#774139 (or 0x774139) is unknown color: approx Bole. HEX triplet: 77, 41 and 39. RGB value is (119,65,57). Sum of RGB (Red+Green+Blue) = 119+65+57=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #774139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774139 is #88BEC6. Grayscale: #505050. Windows color (decimal): -8961735 or 3752311. OLE color: 3752311.

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

Color convert

RGB1196557-
CMYK00.450.520.53
HSL7.74º35.23%34.51%-
HSV(B)7.74º52.1%46.67%-
XYZ10.2484.88-
YUV80.23114.89155.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=49.38%
G=26.97%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119655700.450.520.537.7435.2334.51
Hex77413902D343582323
Octal167101710556465104343
Binary1110111100000111100101011011101001101011000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774139; }

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

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

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

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

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

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

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

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