#7F4842

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

Shades of Bole #7F4842

Tints of Bole #7F4842

Color information

#7F4842 (or 0x7F4842) is unknown color: approx Bole. HEX triplet: 7F, 48 and 42. RGB value is (127,72,66). Sum of RGB (Red+Green+Blue) = 127+72+66=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4842 is #80B7BD. Grayscale: #575757. Windows color (decimal): -8435646 or 4343935. OLE color: 4343935.

HSL color Cylindrical-coordinate representation of color #7F4842: hue angle of 5.9º 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 #7F4842 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB1277266-
CMYK00.430.480.50
HSL5.9º31.61%37.84%-
HSV(B)5.9º48.03%49.8%-
XYZ12.059.546.36-
YUV87.76115.72155.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.92%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=47.92%
G=27.17%
B=24.91%

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
Decimal127726600.430.480.505.931.6137.84
Hex7F484202B303262026
Octal177110102053606264046
Binary1111111100100010000100101011110000110010110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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