Html Css Color HEX #7F5954 Lotus

📋 copy color: '#7F5954'

red 127 ◦ green 89 ◦ blue 84

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

Shades of Lotus #7F5954

Tints of Lotus #7F5954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

 BLUE value IS 84 (33.2% from 255) = 28%

R = 42.33%
G = 29.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#7F5954 (or 0x7F5954) is known color: Lotus. HEX triplet: 7F, 59 and 54. RGB value is (127,89,84). Sum of RGB (Red+Green+Blue) = 127+89+84=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5954 is #80A6AB. Grayscale: #636363. Windows color (decimal): -8431276 or 5527935. OLE color: 5527935.

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

Color convert

RGB 127 89 84 -
CMYK 0 0.30 0.34 0.50
HSL 6.98º 0.2% 0.41% -
HSV(B) 6.98º 0.34% 0.5% -
XYZ 13.93 12.3 10.03 -
YUV 99.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 127 89 84 0 0.30 0.34 0.50 6.98 0.2 0.41
Hex 7F 59 54 0 1E 22 32 7 14 29
Octal 177 131 124 0 36 42 62 7 24 51
Binary 1111111 1011001 1010100 0 11110 100010 110010 111 10100 101001

Color Harmonies of #7F5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5954

Black with #7F5954

Text Example


Text Example

White with #7F5954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,84); }

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

background-color css

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

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

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

border-color css

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

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

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