#7F4942

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

Shades of Bole #7F4942

Tints of Bole #7F4942

Color information

#7F4942 (or 0x7F4942) is unknown color: approx Bole. HEX triplet: 7F, 49 and 42. RGB value is (127,73,66). Sum of RGB (Red+Green+Blue) = 127+73+66=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4942 is #80B6BD. Grayscale: #585858. Windows color (decimal): -8435390 or 4344191. OLE color: 4344191.

HSL color Cylindrical-coordinate representation of color #7F4942: hue angle of 6.89º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F4942 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB1277366-
CMYK00.430.480.50
HSL6.89º31.61%37.84%-
HSV(B)6.89º48.03%49.8%-
XYZ12.129.676.38-
YUV88.35115.39155.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.74%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=47.74%
G=27.44%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127736600.430.480.506.8931.6137.84
Hex7F494202B303272026
Octal177111102053606274046
Binary1111111100100110000100101011110000110010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4942; }

 p { color: rgb(127,73,66); }

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

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

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

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

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

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

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