#7A6A68

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

Shades of Pharlap #7A6A68

Tints of Pharlap #7A6A68

Color information

#7A6A68 (or 0x7A6A68) is unknown color: approx Pharlap. HEX triplet: 7A, 6A and 68. RGB value is (122,106,104). Sum of RGB (Red+Green+Blue) = 122+106+104=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6A68 is #859597. Grayscale: #6E6E6E. Windows color (decimal): -8754584 or 6843002. OLE color: 6843002.

HSL color Cylindrical-coordinate representation of color #7A6A68: hue angle of 6.67º 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 #7A6A68 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB122106104-
CMYK00.130.150.52
HSL6.67º7.96%44.31%-
HSV(B)6.67º14.75%47.84%-
XYZ15.6815.4515.25-
YUV110.56124.3136.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=36.75%
G=31.93%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210610400.130.150.526.677.9644.31
Hex7A6A680DF34782c
Octal172152150015176471054
Binary1111010110101011010000110111111101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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