Html Css Color HEX #7D5551 Lotus

📋 copy color: '#7D5551'

red 125 ◦ green 85 ◦ blue 81

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

Shades of Lotus #7D5551

Tints of Lotus #7D5551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

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

R = 42.96%
G = 29.21%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D5551 (or 0x7D5551) is known color: Lotus. HEX triplet: 7D, 55 and 51. RGB value is (125,85,81). Sum of RGB (Red+Green+Blue) = 125+85+81=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5551 is #82AAAE. Grayscale: #606060. Windows color (decimal): -8563375 or 5330301. OLE color: 5330301.

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

Color convert

RGB 125 85 81 -
CMYK 0 0.32 0.35 0.51
HSL 5.45º 0.21% 0.4% -
HSV(B) 5.45º 0.35% 0.49% -
XYZ 13.19 11.45 9.3 -
YUV 96.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 125 85 81 0 0.32 0.35 0.51 5.45 0.21 0.4
Hex 7D 55 51 0 20 23 33 5 15 28
Octal 175 125 121 0 40 43 63 5 25 50
Binary 1111101 1010101 1010001 0 100000 100011 110011 101 10101 101000

Color Harmonies of #7D5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5551

Black with #7D5551

Text Example


Text Example

White with #7D5551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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