#7A615D

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

Shades of Pharlap #7A615D

Tints of Pharlap #7A615D

Color information

#7A615D (or 0x7A615D) is unknown color: approx Pharlap. HEX triplet: 7A, 61 and 5D. RGB value is (122,97,93). Sum of RGB (Red+Green+Blue) = 122+97+93=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A615D is #859EA2. Grayscale: #686868. Windows color (decimal): -8756899 or 6119802. OLE color: 6119802.

HSL color Cylindrical-coordinate representation of color #7A615D: hue angle of 8.28º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A615D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB1229793-
CMYK00.200.240.52
HSL8.28º13.49%42.16%-
HSV(B)8.28º23.77%47.84%-
XYZ14.2813.4812.2-
YUV104.02121.78140.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.10%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=39.10%
G=31.09%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122979300.200.240.528.2813.4942.16
Hex7A615D01418348d2a
Octal1721411350243064101552
Binary1111010110000110111010101001100011010010001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,93); }

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

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

 a { background-color: rgb(122,97,93); }

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

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

 span { border-color: rgb(122,97,93); }

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