#7A6767

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

Shades of Pharlap #7A6767

Tints of Pharlap #7A6767

Color information

#7A6767 (or 0x7A6767) is unknown color: approx Pharlap. HEX triplet: 7A, 67 and 67. RGB value is (122,103,103). Sum of RGB (Red+Green+Blue) = 122+103+103=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6767 is #859898. Grayscale: #6C6C6C. Windows color (decimal): -8755353 or 6776698. OLE color: 6776698.

HSL color Cylindrical-coordinate representation of color #7A6767: 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.16%. Process color model (Four color, CMYK) of #7A6767 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB122103103-
CMYK00.160.160.52
HSL8.44%44.12%-
HSV(B)15.57%47.84%-
XYZ15.3214.8214.88-
YUV108.68124.79137.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.20%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=37.20%
G=31.40%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210310300.160.160.5208.4444.12
Hex7A67670101034082c
Octal172147147020206401054
Binary1111010110011111001110100001000011010001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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