Html Css Color HEX #7D5751 Lotus

📋 copy color: '#7D5751'

red 125 ◦ green 87 ◦ blue 81

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

Shades of Lotus #7D5751

Tints of Lotus #7D5751

RGB

 RED value IS 125 (49.22% from 255) = 42.66%

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

 BLUE value IS 81 (32.03% from 255) = 27.65%

R = 42.66%
G = 29.69%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D5751 (or 0x7D5751) is known color: Lotus. HEX triplet: 7D, 57 and 51. RGB value is (125,87,81). Sum of RGB (Red+Green+Blue) = 125+87+81=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5751 is #82A8AE. Grayscale: #616161. Windows color (decimal): -8562863 or 5330813. OLE color: 5330813.

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

Color convert

RGB 125 87 81 -
CMYK 0 0.30 0.35 0.51
HSL 8.18º 0.21% 0.4% -
HSV(B) 8.18º 0.35% 0.49% -
XYZ 13.35 11.77 9.35 -
YUV 97.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 125 87 81 0 0.30 0.35 0.51 8.18 0.21 0.4
Hex 7D 57 51 0 1E 23 33 8 15 28
Octal 175 127 121 0 36 43 63 10 25 50
Binary 1111101 1010111 1010001 0 11110 100011 110011 1000 10101 101000

Color Harmonies of #7D5751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5751

Black with #7D5751

Text Example


Text Example

White with #7D5751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,87,81); }

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

background-color css

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

 a { background-color: rgb(125,87,81); }

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

border-color css

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

 span { border-color: rgb(125,87,81); }

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