Html Css Color HEX #7C504B Lotus

📋 copy color: '#7C504B'

red 124 ◦ green 80 ◦ blue 75

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

Shades of Lotus #7C504B

Tints of Lotus #7C504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 44.44%
G = 28.67%
B = 26.88%

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

#7C504B (or 0x7C504B) is known color: Lotus. HEX triplet: 7C, 50 and 4B. RGB value is (124,80,75). Sum of RGB (Red+Green+Blue) = 124+80+75=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C504B is #83AFB4. Grayscale: #5C5C5C. Windows color (decimal): -8630197 or 4935804. OLE color: 4935804.

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

Color convert

RGB 124 80 75 -
CMYK 0 0.35 0.40 0.51
HSL 6.12º 0.25% 0.39% -
HSV(B) 6.12º 0.4% 0.49% -
XYZ 12.45 10.53 8.03 -
YUV 92.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 124 80 75 0 0.35 0.40 0.51 6.12 0.25 0.39
Hex 7C 50 4B 0 23 28 33 6 19 27
Octal 174 120 113 0 43 50 63 6 31 47
Binary 1111100 1010000 1001011 0 100011 101000 110011 110 11001 100111

Color Harmonies of #7C504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C504B

Black with #7C504B

Text Example


Text Example

White with #7C504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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