#7C5E5C

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

Shades of Pharlap #7C5E5C

Tints of Pharlap #7C5E5C

Color information

#7C5E5C (or 0x7C5E5C) is unknown color: approx Pharlap. HEX triplet: 7C, 5E and 5C. RGB value is (124,94,92). Sum of RGB (Red+Green+Blue) = 124+94+92=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E5C is #83A1A3. Grayscale: #666666. Windows color (decimal): -8626596 or 6053500. OLE color: 6053500.

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

Color convert

RGB1249492-
CMYK00.240.260.51
HSL3.75º14.81%42.35%-
HSV(B)3.75º25.81%48.63%-
XYZ14.2513.0611.9-
YUV102.74121.94143.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=40%
G=30.32%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124949200.240.260.513.7514.8142.35
Hex7C5E5C0181A334f2a
Octal174136134030326341752
Binary111110010111101011100011000110101100111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,94,92); }

 H1.HeaderClassName
 {
   color: #7C5E5C;
 }
 .AnyTagClassName
 {
   color: #7C5E5C;
 }
</style>
background-color css

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

 a { background-color: rgb(124,94,92); }

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

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

 span { border-color: rgb(124,94,92); }

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