Html Css Color HEX #7F5850 Lotus

📋 copy color: '#7F5850'

red 127 ◦ green 88 ◦ blue 80

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

Shades of Lotus #7F5850

Tints of Lotus #7F5850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 43.05%
G = 29.83%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#7F5850 (or 0x7F5850) is known color: Lotus. HEX triplet: 7F, 58 and 50. RGB value is (127,88,80). Sum of RGB (Red+Green+Blue) = 127+88+80=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5850 is #80A7AF. Grayscale: #626262. Windows color (decimal): -8431536 or 5265535. OLE color: 5265535.

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

Color convert

RGB 127 88 80 -
CMYK 0 0.31 0.37 0.50
HSL 10.21º 0.23% 0.41% -
HSV(B) 10.21º 0.37% 0.5% -
XYZ 13.69 12.07 9.2 -
YUV 98.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 127 88 80 0 0.31 0.37 0.50 10.21 0.23 0.41
Hex 7F 58 50 0 1F 25 32 A 17 29
Octal 177 130 120 0 37 45 62 12 27 51
Binary 1111111 1011000 1010000 0 11111 100101 110010 1010 10111 101001

Color Harmonies of #7F5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5850

Black with #7F5850

Text Example


Text Example

White with #7F5850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,88,80); }

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

background-color css

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

 a { background-color: rgb(127,88,80); }

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

border-color css

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

 span { border-color: rgb(127,88,80); }

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