#774242

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

Shades of Bole #774242

Tints of Bole #774242

Color information

#774242 (or 0x774242) is unknown color: approx Bole. HEX triplet: 77, 42 and 42. RGB value is (119,66,66). Sum of RGB (Red+Green+Blue) = 119+66+66=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774242 is #88BDBD. Grayscale: #515151. Windows color (decimal): -8961470 or 4342391. OLE color: 4342391.

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

Color convert

RGB1196666-
CMYK00.450.450.53
HSL28.65%36.27%-
HSV(B)44.54%46.67%-
XYZ10.548.216.18-
YUV81.85119.06154.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=47.41%
G=26.29%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119666600.450.450.53028.6536.27
Hex77424202D2D3501d24
Octal167102102055556503544
Binary1110111100001010000100101101101101110101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774242; }

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

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

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

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

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

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

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

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