#7C504B

Color #7C504B Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #7C504B

Tints of Lotus #7C504B

Color information

#7C504B (or 0x7C504B) is unknown color: approx 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

RGB1248075-
CMYK00.350.400.51
HSL6.12º24.62%39.02%-
HSV(B)6.12º39.52%48.63%-
XYZ12.4510.538.03-
YUV92.59118.08150.41-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124807500.350.400.516.1224.6239.02
Hex7C504B023283361927
Octal174120113043506363147
Binary111110010100001001011010001110100011001111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>