Html Css Color HEX #7F5752 Lotus

📋 copy color: '#7F5752'

red 127 ◦ green 87 ◦ blue 82

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

Shades of Lotus #7F5752

Tints of Lotus #7F5752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.39%

 BLUE value IS 82 (32.42% from 255) = 27.7%

R = 42.91%
G = 29.39%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#7F5752 (or 0x7F5752) is known color: Lotus. HEX triplet: 7F, 57 and 52. RGB value is (127,87,82). Sum of RGB (Red+Green+Blue) = 127+87+82=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5752 is #80A8AD. Grayscale: #626262. Windows color (decimal): -8431790 or 5396351. OLE color: 5396351.

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

Color convert

RGB 127 87 82 -
CMYK 0 0.31 0.35 0.50
HSL 6.67º 0.22% 0.41% -
HSV(B) 6.67º 0.35% 0.5% -
XYZ 13.68 11.94 9.57 -
YUV 98.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 127 87 82 0 0.31 0.35 0.50 6.67 0.22 0.41
Hex 7F 57 52 0 1F 23 32 7 16 29
Octal 177 127 122 0 37 43 62 7 26 51
Binary 1111111 1010111 1010010 0 11111 100011 110010 111 10110 101001

Color Harmonies of #7F5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5752

Black with #7F5752

Text Example


Text Example

White with #7F5752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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