Html Css Color HEX #7C574F Lotus

📋 copy color: '#7C574F'

red 124 ◦ green 87 ◦ blue 79

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

Shades of Lotus #7C574F

Tints of Lotus #7C574F

RGB

 RED value IS 124 (48.83% from 255) = 42.76%

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

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

R = 42.76%
G = 30%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7C574F (or 0x7C574F) is known color: Lotus. HEX triplet: 7C, 57 and 4F. RGB value is (124,87,79). Sum of RGB (Red+Green+Blue) = 124+87+79=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C574F is #83A8B0. Grayscale: #616161. Windows color (decimal): -8628401 or 5199740. OLE color: 5199740.

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

Color convert

RGB 124 87 79 -
CMYK 0 0.30 0.36 0.51
HSL 10.67º 0.22% 0.4% -
HSV(B) 10.67º 0.36% 0.49% -
XYZ 13.13 11.67 8.96 -
YUV 97.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 124 87 79 0 0.30 0.36 0.51 10.67 0.22 0.4
Hex 7C 57 4F 0 1E 24 33 B 16 28
Octal 174 127 117 0 36 44 63 13 26 50
Binary 1111100 1010111 1001111 0 11110 100100 110011 1011 10110 101000

Color Harmonies of #7C574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C574F

Black with #7C574F

Text Example


Text Example

White with #7C574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,87,79); }

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

background-color css

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

 a { background-color: rgb(124,87,79); }

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

border-color css

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

 span { border-color: rgb(124,87,79); }

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