#7C6B67

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

Shades of Pharlap #7C6B67

Tints of Pharlap #7C6B67

Color information

#7C6B67 (or 0x7C6B67) is unknown color: approx Pharlap. HEX triplet: 7C, 6B and 67. RGB value is (124,107,103). Sum of RGB (Red+Green+Blue) = 124+107+103=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B67 is #839498. Grayscale: #6F6F6F. Windows color (decimal): -8623257 or 6777724. OLE color: 6777724.

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

Color convert

RGB124107103-
CMYK00.140.170.51
HSL11.43º9.25%44.51%-
HSV(B)11.43º16.94%48.63%-
XYZ16.0215.7815.03-
YUV111.63123.13136.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=37.13%
G=32.04%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410710300.140.170.5111.439.2544.51
Hex7C6B670E1133b92d
Octal1741531470162163131155
Binary111110011010111100111011101000111001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,107,103); }

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

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

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

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

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

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

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