Html Css Color HEX #7F5953 Lotus

📋 copy color: '#7F5953'

red 127 ◦ green 89 ◦ blue 83

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

Shades of Lotus #7F5953

Tints of Lotus #7F5953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 42.47%
G = 29.77%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#7F5953 (or 0x7F5953) is known color: Lotus. HEX triplet: 7F, 59 and 53. RGB value is (127,89,83). Sum of RGB (Red+Green+Blue) = 127+89+83=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5953 is #80A6AC. Grayscale: #636363. Windows color (decimal): -8431277 or 5462399. OLE color: 5462399.

HSL color Cylindrical-coordinate representation of color #7F5953: hue angle of 8.18º degrees, saturation: 0.21, 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 #7F5953 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 89 83 -
CMYK 0 0.30 0.35 0.50
HSL 8.18º 0.21% 0.41% -
HSV(B) 8.18º 0.35% 0.5% -
XYZ 13.89 12.28 9.82 -
YUV 99.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 127 89 83 0 0.30 0.35 0.50 8.18 0.21 0.41
Hex 7F 59 53 0 1E 23 32 8 15 29
Octal 177 131 123 0 36 43 62 10 25 51
Binary 1111111 1011001 1010011 0 11110 100011 110010 1000 10101 101001

Color Harmonies of #7F5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5953

Black with #7F5953

Text Example


Text Example

White with #7F5953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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