Html Css Color HEX #7C524C Lotus

📋 copy color: '#7C524C'

red 124 ◦ green 82 ◦ blue 76

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

Shades of Lotus #7C524C

Tints of Lotus #7C524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 43.97%
G = 29.08%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C524C (or 0x7C524C) is known color: Lotus. HEX triplet: 7C, 52 and 4C. RGB value is (124,82,76). Sum of RGB (Red+Green+Blue) = 124+82+76=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C524C is #83ADB3. Grayscale: #5D5D5D. Windows color (decimal): -8629684 or 5001852. OLE color: 5001852.

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

Color convert

RGB 124 82 76 -
CMYK 0 0.34 0.39 0.51
HSL 7.5º 0.24% 0.39% -
HSV(B) 7.5º 0.39% 0.49% -
XYZ 12.63 10.84 8.26 -
YUV 93.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 124 82 76 0 0.34 0.39 0.51 7.5 0.24 0.39
Hex 7C 52 4C 0 22 27 33 8 18 27
Octal 174 122 114 0 42 47 63 10 30 47
Binary 1111100 1010010 1001100 0 100010 100111 110011 1000 11000 100111

Color Harmonies of #7C524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C524C

Black with #7C524C

Text Example


Text Example

White with #7C524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,82,76); }

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

background-color css

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

 a { background-color: rgb(124,82,76); }

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

border-color css

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

 span { border-color: rgb(124,82,76); }

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