Html Css Color HEX #7F5650 Lotus

📋 copy color: '#7F5650'

red 127 ◦ green 86 ◦ blue 80

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

Shades of Lotus #7F5650

Tints of Lotus #7F5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

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

R = 43.34%
G = 29.35%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#7F5650 (or 0x7F5650) is known color: Lotus. HEX triplet: 7F, 56 and 50. RGB value is (127,86,80). Sum of RGB (Red+Green+Blue) = 127+86+80=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5650 is #80A9AF. Grayscale: #616161. Windows color (decimal): -8432048 or 5265023. OLE color: 5265023.

HSL color Cylindrical-coordinate representation of color #7F5650: hue angle of 7.66º 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 #7F5650 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 86 80 -
CMYK 0 0.32 0.37 0.50
HSL 7.66º 0.23% 0.41% -
HSV(B) 7.66º 0.37% 0.5% -
XYZ 13.53 11.75 9.14 -
YUV 97.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 127 86 80 0 0.32 0.37 0.50 7.66 0.23 0.41
Hex 7F 56 50 0 20 25 32 8 17 29
Octal 177 126 120 0 40 45 62 10 27 51
Binary 1111111 1010110 1010000 0 100000 100101 110010 1000 10111 101001

Color Harmonies of #7F5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5650

Black with #7F5650

Text Example


Text Example

White with #7F5650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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