#7A6F6D

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

Shades of Pharlap #7A6F6D

Tints of Pharlap #7A6F6D

Color information

#7A6F6D (or 0x7A6F6D) is unknown color: approx Pharlap. HEX triplet: 7A, 6F and 6D. RGB value is (122,111,109). Sum of RGB (Red+Green+Blue) = 122+111+109=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F6D is #859092. Grayscale: #727272. Windows color (decimal): -8753299 or 7171962. OLE color: 7171962.

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

Color convert

RGB122111109-
CMYK00.090.110.52
HSL9.23º5.63%45.29%-
HSV(B)9.23º10.66%47.84%-
XYZ16.4716.6116.81-
YUV114.06125.14133.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=35.67%
G=32.46%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211110900.090.110.529.235.6345.29
Hex7A6F6D09B34962d
Octal172157155011136411655
Binary1111010110111111011010100110111101001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,109); }

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

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

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

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

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

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

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