#774A42

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

Shades of Bole #774A42

Tints of Bole #774A42

Color information

#774A42 (or 0x774A42) is unknown color: approx Bole. HEX triplet: 77, 4A and 42. RGB value is (119,74,66). Sum of RGB (Red+Green+Blue) = 119+74+66=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #774A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A42 is #88B5BD. Grayscale: #565656. Windows color (decimal): -8959422 or 4344439. OLE color: 4344439.

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

Color convert

RGB1197466-
CMYK00.380.450.53
HSL9.06º28.65%36.27%-
HSV(B)9.06º44.54%46.67%-
XYZ11.049.216.35-
YUV86.54116.41151.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=45.95%
G=28.57%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119746600.380.450.539.0628.6536.27
Hex774A420262D3591d24
Octal1671121020465565113544
Binary1110111100101010000100100110101101110101100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774A42; }

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

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

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

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

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

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

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

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