Html Css Color HEX #7E5753 Lotus

📋 copy color: '#7E5753'

red 126 ◦ green 87 ◦ blue 83

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

Shades of Lotus #7E5753

Tints of Lotus #7E5753

RGB

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

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

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

R = 42.57%
G = 29.39%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7E5753 (or 0x7E5753) is known color: Lotus. HEX triplet: 7E, 57 and 53. RGB value is (126,87,83). Sum of RGB (Red+Green+Blue) = 126+87+83=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5753 is #81A8AC. Grayscale: #626262. Windows color (decimal): -8497325 or 5461886. OLE color: 5461886.

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

Color convert

RGB 126 87 83 -
CMYK 0 0.31 0.34 0.51
HSL 5.58º 0.21% 0.41% -
HSV(B) 5.58º 0.34% 0.49% -
XYZ 13.57 11.88 9.76 -
YUV 98.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 126 87 83 0 0.31 0.34 0.51 5.58 0.21 0.41
Hex 7E 57 53 0 1F 22 33 6 15 29
Octal 176 127 123 0 37 42 63 6 25 51
Binary 1111110 1010111 1010011 0 11111 100010 110011 110 10101 101001

Color Harmonies of #7E5753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5753

Black with #7E5753

Text Example


Text Example

White with #7E5753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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