#7F4444

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

Shades of Bole #7F4444

Tints of Bole #7F4444

Color information

#7F4444 (or 0x7F4444) is unknown color: approx Bole. HEX triplet: 7F, 44 and 44. RGB value is (127,68,68). Sum of RGB (Red+Green+Blue) = 127+68+68=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4444 is #80BBBB. Grayscale: #555555. Windows color (decimal): -8436668 or 4473983. OLE color: 4473983.

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

Color convert

RGB1276868-
CMYK00.460.460.50
HSL30.26%38.24%-
HSV(B)46.46%49.8%-
XYZ11.869.066.59-
YUV85.64118.05157.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.29%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=48.29%
G=25.86%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127686800.460.460.50030.2638.24
Hex7F444402E2E3201e26
Octal177104104056566203646
Binary1111111100010010001000101110101110110010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,68,68); }

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

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

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

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

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

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

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