#7C6A69

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

Shades of Pharlap #7C6A69

Tints of Pharlap #7C6A69

Color information

#7C6A69 (or 0x7C6A69) is unknown color: approx Pharlap. HEX triplet: 7C, 6A and 69. RGB value is (124,106,105). Sum of RGB (Red+Green+Blue) = 124+106+105=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A69 is #839596. Grayscale: #6F6F6F. Windows color (decimal): -8623511 or 6908540. OLE color: 6908540.

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

Color convert

RGB124106105-
CMYK00.150.150.51
HSL3.16º8.3%44.9%-
HSV(B)3.16º15.32%48.63%-
XYZ16.0215.6115.53-
YUV111.27124.46137.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=37.01%
G=31.64%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410610500.150.150.513.168.344.9
Hex7C6A690FF33382d
Octal174152151017176331055
Binary111110011010101101001011111111110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,105); }

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

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

 a { background-color: rgb(124,106,105); }

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

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

 span { border-color: rgb(124,106,105); }

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