#7A5F5B

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

Shades of Pharlap #7A5F5B

Tints of Pharlap #7A5F5B

Color information

#7A5F5B (or 0x7A5F5B) is unknown color: approx Pharlap. HEX triplet: 7A, 5F and 5B. RGB value is (122,95,91). Sum of RGB (Red+Green+Blue) = 122+95+91=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F5B is #85A0A4. Grayscale: #666666. Windows color (decimal): -8757413 or 5988218. OLE color: 5988218.

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

Color convert

RGB1229591-
CMYK00.220.250.52
HSL7.74º14.55%41.76%-
HSV(B)7.74º25.41%47.84%-
XYZ14.0113.0811.68-
YUV102.62121.45141.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.61%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=39.61%
G=30.84%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122959100.220.250.527.7414.5541.76
Hex7A5F5B01619348f2a
Octal1721371330263164101752
Binary1111010101111110110110101101100111010010001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,95,91); }

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

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

 a { background-color: rgb(122,95,91); }

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

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

 span { border-color: rgb(122,95,91); }

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