Html Css Color HEX #7F5551 Lotus

📋 copy color: '#7F5551'

red 127 ◦ green 85 ◦ blue 81

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

Shades of Lotus #7F5551

Tints of Lotus #7F5551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 81 (32.03% from 255) = 27.65%

R = 43.34%
G = 29.01%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#7F5551 (or 0x7F5551) is known color: Lotus. HEX triplet: 7F, 55 and 51. RGB value is (127,85,81). Sum of RGB (Red+Green+Blue) = 127+85+81=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5551 is #80AAAE. Grayscale: #616161. Windows color (decimal): -8432303 or 5330303. OLE color: 5330303.

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

Color convert

RGB 127 85 81 -
CMYK 0 0.33 0.36 0.50
HSL 5.22º 0.22% 0.41% -
HSV(B) 5.22º 0.36% 0.5% -
XYZ 13.49 11.6 9.31 -
YUV 97.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 127 85 81 0 0.33 0.36 0.50 5.22 0.22 0.41
Hex 7F 55 51 0 21 24 32 5 16 29
Octal 177 125 121 0 41 44 62 5 26 51
Binary 1111111 1010101 1010001 0 100001 100100 110010 101 10110 101001

Color Harmonies of #7F5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5551

Black with #7F5551

Text Example


Text Example

White with #7F5551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,85,81); }

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

background-color css

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

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

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

border-color css

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

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

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