#774842

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

Shades of Bole #774842

Tints of Bole #774842

Color information

#774842 (or 0x774842) is unknown color: approx Bole. HEX triplet: 77, 48 and 42. RGB value is (119,72,66). Sum of RGB (Red+Green+Blue) = 119+72+66=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #774842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774842 is #88B7BD. Grayscale: #555555. Windows color (decimal): -8959934 or 4343927. OLE color: 4343927.

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

Color convert

RGB1197266-
CMYK00.390.450.53
HSL6.79º28.65%36.27%-
HSV(B)6.79º44.54%46.67%-
XYZ10.918.956.31-
YUV85.37117.07151.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=46.30%
G=28.02%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119726600.390.450.536.7928.6536.27
Hex7748420272D3571d24
Octal167110102047556573544
Binary111011110010001000010010011110110111010111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774842; }

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

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

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

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

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

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

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

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