#7F4646

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

Shades of Bole #7F4646

Tints of Bole #7F4646

Color information

#7F4646 (or 0x7F4646) is unknown color: approx Bole. HEX triplet: 7F, 46 and 46. RGB value is (127,70,70). Sum of RGB (Red+Green+Blue) = 127+70+70=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4646 is #80B9B9. Grayscale: #575757. Windows color (decimal): -8436154 or 4605567. OLE color: 4605567.

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

Color convert

RGB1277070-
CMYK00.450.450.50
HSL28.93%38.63%-
HSV(B)44.88%49.8%-
XYZ12.059.336.96-
YUV87.04118.38156.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=47.57%
G=26.22%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127707000.450.450.50028.9338.63
Hex7F464602D2D3201d27
Octal177106106055556203547
Binary1111111100011010001100101101101101110010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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