Html Css Color HEX #7F4847 Lotus

📋 copy color: '#7F4847'

red 127 ◦ green 72 ◦ blue 71

#7F4847
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #7F4847

Tints of Lotus #7F4847

RGB

 RED value IS 127 (50% from 255) = 47.04%

 GREEN value IS 72 (28.52% from 255) = 26.67%

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 47.04%
G = 26.67%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#7F4847 (or 0x7F4847) is known color: Lotus. HEX triplet: 7F, 48 and 47. RGB value is (127,72,71). Sum of RGB (Red+Green+Blue) = 127+72+71=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4847 is #80B7B8. Grayscale: #585858. Windows color (decimal): -8435641 or 4671615. OLE color: 4671615.

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

Color convert

RGB 127 72 71 -
CMYK 0 0.43 0.44 0.50
HSL 1.07º 0.28% 0.39% -
HSV(B) 1.07º 0.44% 0.5% -
XYZ 12.21 9.6 7.17 -
YUV 88.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 127 72 71 0 0.43 0.44 0.50 1.07 0.28 0.39
Hex 7F 48 47 0 2B 2C 32 1 1C 27
Octal 177 110 107 0 53 54 62 1 34 47
Binary 1111111 1001000 1000111 0 101011 101100 110010 1 11100 100111

Color Harmonies of #7F4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4847

Black with #7F4847

Text Example


Text Example

White with #7F4847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F4847;
 }
 .AnyTagClassName
 {
   color: #7F4847;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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