#7F4B47

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

Shades of Lotus #7F4B47

Tints of Lotus #7F4B47

Color information

#7F4B47 (or 0x7F4B47) is unknown color: approx Lotus. HEX triplet: 7F, 4B and 47. RGB value is (127,75,71). Sum of RGB (Red+Green+Blue) = 127+75+71=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4B47 is #80B4B8. Grayscale: #5A5A5A. Windows color (decimal): -8434873 or 4672383. OLE color: 4672383.

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

Color convert

RGB1277571-
CMYK00.410.440.50
HSL4.29º28.28%38.82%-
HSV(B)4.29º44.09%49.8%-
XYZ12.41107.24-
YUV90.09117.23154.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=46.52%
G=27.47%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127757100.410.440.504.2928.2838.82
Hex7F4B470292C3241c27
Octal177113107051546243447
Binary111111110010111000111010100110110011001010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,75,71); }

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

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

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

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

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

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

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