#7A6866

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

Shades of Pharlap #7A6866

Tints of Pharlap #7A6866

Color information

#7A6866 (or 0x7A6866) is unknown color: approx Pharlap. HEX triplet: 7A, 68 and 66. RGB value is (122,104,102). Sum of RGB (Red+Green+Blue) = 122+104+102=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6866 is #859799. Grayscale: #6D6D6D. Windows color (decimal): -8755098 or 6711418. OLE color: 6711418.

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

Color convert

RGB122104102-
CMYK00.150.160.52
HSL8.93%43.92%-
HSV(B)16.39%47.84%-
XYZ15.371514.65-
YUV109.15123.96137.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.20%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=37.20%
G=31.71%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210410200.150.160.5268.9343.92
Hex7A68660F1034692c
Octal172150146017206461154
Binary11110101101000110011001111100001101001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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