#7A6865

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

Shades of Pharlap #7A6865

Tints of Pharlap #7A6865

Color information

#7A6865 (or 0x7A6865) is unknown color: approx Pharlap. HEX triplet: 7A, 68 and 65. RGB value is (122,104,101). Sum of RGB (Red+Green+Blue) = 122+104+101=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6865 is #85979A. Grayscale: #6D6D6D. Windows color (decimal): -8755099 or 6645882. OLE color: 6645882.

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

Color convert

RGB122104101-
CMYK00.150.170.52
HSL8.57º9.42%43.73%-
HSV(B)8.57º17.21%47.84%-
XYZ15.3314.9814.4-
YUV109.04123.46137.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.31%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=37.31%
G=31.80%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210410100.150.170.528.579.4243.73
Hex7A68650F1134992c
Octal1721501450172164111154
Binary111101011010001100101011111000111010010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,104,101); }

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

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

 a { background-color: rgb(122,104,101); }

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

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

 span { border-color: rgb(122,104,101); }

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