Html Css Color HEX #7D5450 Lotus

📋 copy color: '#7D5450'

red 125 ◦ green 84 ◦ blue 80

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

Shades of Lotus #7D5450

Tints of Lotus #7D5450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

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

R = 43.25%
G = 29.07%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D5450 (or 0x7D5450) is known color: Lotus. HEX triplet: 7D, 54 and 50. RGB value is (125,84,80). Sum of RGB (Red+Green+Blue) = 125+84+80=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5450 is #82ABAF. Grayscale: #5F5F5F. Windows color (decimal): -8563632 or 5264509. OLE color: 5264509.

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

Color convert

RGB 125 84 80 -
CMYK 0 0.33 0.36 0.51
HSL 5.33º 0.22% 0.4% -
HSV(B) 5.33º 0.36% 0.49% -
XYZ 13.08 11.28 9.08 -
YUV 95.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 125 84 80 0 0.33 0.36 0.51 5.33 0.22 0.4
Hex 7D 54 50 0 21 24 33 5 16 28
Octal 175 124 120 0 41 44 63 5 26 50
Binary 1111101 1010100 1010000 0 100001 100100 110011 101 10110 101000

Color Harmonies of #7D5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5450

Black with #7D5450

Text Example


Text Example

White with #7D5450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,84,80); }

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

background-color css

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

 a { background-color: rgb(125,84,80); }

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

border-color css

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

 span { border-color: rgb(125,84,80); }

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