#7A6868

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

Shades of Pharlap #7A6868

Tints of Pharlap #7A6868

Color information

#7A6868 (or 0x7A6868) is unknown color: approx Pharlap. HEX triplet: 7A, 68 and 68. RGB value is (122,104,104). Sum of RGB (Red+Green+Blue) = 122+104+104=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6868 is #859797. Grayscale: #6D6D6D. Windows color (decimal): -8755096 or 6842490. OLE color: 6842490.

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

Color convert

RGB122104104-
CMYK00.150.150.52
HSL7.96%44.31%-
HSV(B)14.75%47.84%-
XYZ15.4815.0415.18-
YUV109.38124.96137-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=36.97%
G=31.52%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210410400.150.150.5207.9644.31
Hex7A68680FF34082c
Octal172150150017176401054
Binary11110101101000110100001111111111010001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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