Html Css Color HEX #7C504A Lotus

📋 copy color: '#7C504A'

red 124 ◦ green 80 ◦ blue 74

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

Shades of Lotus #7C504A

Tints of Lotus #7C504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 44.6%
G = 28.78%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7C504A (or 0x7C504A) is known color: Lotus. HEX triplet: 7C, 50 and 4A. RGB value is (124,80,74). Sum of RGB (Red+Green+Blue) = 124+80+74=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C504A is #83AFB5. Grayscale: #5C5C5C. Windows color (decimal): -8630198 or 4870268. OLE color: 4870268.

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

Color convert

RGB 124 80 74 -
CMYK 0 0.35 0.40 0.51
HSL 7.2º 0.25% 0.39% -
HSV(B) 7.2º 0.4% 0.49% -
XYZ 12.42 10.52 7.85 -
YUV 92.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 124 80 74 0 0.35 0.40 0.51 7.2 0.25 0.39
Hex 7C 50 4A 0 23 28 33 7 19 27
Octal 174 120 112 0 43 50 63 7 31 47
Binary 1111100 1010000 1001010 0 100011 101000 110011 111 11001 100111

Color Harmonies of #7C504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C504A

Black with #7C504A

Text Example


Text Example

White with #7C504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,80,74); }

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

background-color css

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

 a { background-color: rgb(124,80,74); }

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

border-color css

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

 span { border-color: rgb(124,80,74); }

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