Html Css Color HEX #7E5855 Lotus

📋 copy color: '#7E5855'

red 126 ◦ green 88 ◦ blue 85

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

Shades of Lotus #7E5855

Tints of Lotus #7E5855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.43%

R = 42.14%
G = 29.43%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7E5855 (or 0x7E5855) is known color: Lotus. HEX triplet: 7E, 58 and 55. RGB value is (126,88,85). Sum of RGB (Red+Green+Blue) = 126+88+85=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5855 is #81A7AA. Grayscale: #636363. Windows color (decimal): -8497067 or 5593214. OLE color: 5593214.

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

Color convert

RGB 126 88 85 -
CMYK 0 0.30 0.33 0.51
HSL 4.39º 0.19% 0.41% -
HSV(B) 4.39º 0.33% 0.49% -
XYZ 13.73 12.07 10.2 -
YUV 99.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 126 88 85 0 0.30 0.33 0.51 4.39 0.19 0.41
Hex 7E 58 55 0 1E 21 33 4 13 29
Octal 176 130 125 0 36 41 63 4 23 51
Binary 1111110 1011000 1010101 0 11110 100001 110011 100 10011 101001

Color Harmonies of #7E5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5855

Black with #7E5855

Text Example


Text Example

White with #7E5855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,88,85); }

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

background-color css

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

 a { background-color: rgb(126,88,85); }

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

border-color css

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

 span { border-color: rgb(126,88,85); }

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