#7D615C

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

Shades of Pharlap #7D615C

Tints of Pharlap #7D615C

Color information

#7D615C (or 0x7D615C) is unknown color: approx Pharlap. HEX triplet: 7D, 61 and 5C. RGB value is (125,97,92). Sum of RGB (Red+Green+Blue) = 125+97+92=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D615C is #829EA3. Grayscale: #686868. Windows color (decimal): -8560292 or 6054269. OLE color: 6054269.

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

Color convert

RGB1259792-
CMYK00.220.260.51
HSL9.09º15.21%42.55%-
HSV(B)9.09º26.4%49.02%-
XYZ14.6613.6811.99-
YUV104.8120.78142.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.81%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=39.81%
G=30.89%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125979200.220.260.519.0915.2142.55
Hex7D615C0161A339f2b
Octal1751411340263263111753
Binary1111101110000110111000101101101011001110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,97,92); }

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

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

 a { background-color: rgb(125,97,92); }

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

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

 span { border-color: rgb(125,97,92); }

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