Html Css Color HEX #7F524F Lotus

📋 copy color: '#7F524F'

red 127 ◦ green 82 ◦ blue 79

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

Shades of Lotus #7F524F

Tints of Lotus #7F524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 79 (31.25% from 255) = 27.43%

R = 44.1%
G = 28.47%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F524F (or 0x7F524F) is known color: Lotus. HEX triplet: 7F, 52 and 4F. RGB value is (127,82,79). Sum of RGB (Red+Green+Blue) = 127+82+79=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F524F is #80ADB0. Grayscale: #5F5F5F. Windows color (decimal): -8433073 or 5198463. OLE color: 5198463.

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

Color convert

RGB 127 82 79 -
CMYK 0 0.35 0.38 0.50
HSL 3.75º 0.23% 0.4% -
HSV(B) 3.75º 0.38% 0.5% -
XYZ 13.18 11.11 8.85 -
YUV 95.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 127 82 79 0 0.35 0.38 0.50 3.75 0.23 0.4
Hex 7F 52 4F 0 23 26 32 4 17 28
Octal 177 122 117 0 43 46 62 4 27 50
Binary 1111111 1010010 1001111 0 100011 100110 110010 100 10111 101000

Color Harmonies of #7F524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F524F

Black with #7F524F

Text Example


Text Example

White with #7F524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,82,79); }

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

background-color css

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

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

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

border-color css

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

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

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