Html Css Color HEX #7E5750 Lotus

📋 copy color: '#7E5750'

red 126 ◦ green 87 ◦ blue 80

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

Shades of Lotus #7E5750

Tints of Lotus #7E5750

RGB

 RED value IS 126 (49.61% from 255) = 43%

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

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

R = 43%
G = 29.69%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E5750 (or 0x7E5750) is known color: Lotus. HEX triplet: 7E, 57 and 50. RGB value is (126,87,80). Sum of RGB (Red+Green+Blue) = 126+87+80=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5750 is #81A8AF. Grayscale: #616161. Windows color (decimal): -8497328 or 5265278. OLE color: 5265278.

HSL color Cylindrical-coordinate representation of color #7E5750: hue angle of 9.13º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E5750 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 87 80 -
CMYK 0 0.31 0.37 0.51
HSL 9.13º 0.22% 0.4% -
HSV(B) 9.13º 0.37% 0.49% -
XYZ 13.46 11.83 9.16 -
YUV 97.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 126 87 80 0 0.31 0.37 0.51 9.13 0.22 0.4
Hex 7E 57 50 0 1F 25 33 9 16 28
Octal 176 127 120 0 37 45 63 11 26 50
Binary 1111110 1010111 1010000 0 11111 100101 110011 1001 10110 101000

Color Harmonies of #7E5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5750

Black with #7E5750

Text Example


Text Example

White with #7E5750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,87,80); }

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

background-color css

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

 a { background-color: rgb(126,87,80); }

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

border-color css

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

 span { border-color: rgb(126,87,80); }

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