#7A6765

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

Shades of Pharlap #7A6765

Tints of Pharlap #7A6765

Color information

#7A6765 (or 0x7A6765) is unknown color: approx Pharlap. HEX triplet: 7A, 67 and 65. RGB value is (122,103,101). Sum of RGB (Red+Green+Blue) = 122+103+101=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6765 is #85989A. Grayscale: #6C6C6C. Windows color (decimal): -8755355 or 6645626. OLE color: 6645626.

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

Color convert

RGB122103101-
CMYK00.160.170.52
HSL5.71º9.42%43.73%-
HSV(B)5.71º17.21%47.84%-
XYZ15.2314.7814.36-
YUV108.45123.79137.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=37.42%
G=31.60%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210310100.160.170.525.719.4243.73
Hex7A67650101134692c
Octal172147145020216461154
Binary111101011001111100101010000100011101001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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