Html Css Color HEX #7D524F Lotus

📋 copy color: '#7D524F'

red 125 ◦ green 82 ◦ blue 79

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

Shades of Lotus #7D524F

Tints of Lotus #7D524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 43.71%
G = 28.67%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7D524F (or 0x7D524F) is known color: Lotus. HEX triplet: 7D, 52 and 4F. RGB value is (125,82,79). Sum of RGB (Red+Green+Blue) = 125+82+79=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 125 - color contains mainly: red. Hex color #7D524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D524F is #82ADB0. Grayscale: #5E5E5E. Windows color (decimal): -8564145 or 5198461. OLE color: 5198461.

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

Color convert

RGB 125 82 79 -
CMYK 0 0.34 0.37 0.51
HSL 3.91º 0.23% 0.4% -
HSV(B) 3.91º 0.37% 0.49% -
XYZ 12.89 10.96 8.83 -
YUV 94.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 125 82 79 0 0.34 0.37 0.51 3.91 0.23 0.4
Hex 7D 52 4F 0 22 25 33 4 17 28
Octal 175 122 117 0 42 45 63 4 27 50
Binary 1111101 1010010 1001111 0 100010 100101 110011 100 10111 101000

Color Harmonies of #7D524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D524F

Black with #7D524F

Text Example


Text Example

White with #7D524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,82,79); }

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

background-color css

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

 a { background-color: rgb(125,82,79); }

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

border-color css

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

 span { border-color: rgb(125,82,79); }

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