#756967

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

Shades of Pharlap #756967

Tints of Pharlap #756967

Color information

#756967 (or 0x756967) is unknown color: approx Pharlap. HEX triplet: 75, 69 and 67. RGB value is (117,105,103). Sum of RGB (Red+Green+Blue) = 117+105+103=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #756967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756967 is #8A9698. Grayscale: #6C6C6C. Windows color (decimal): -9082521 or 6777205. OLE color: 6777205.

HSL color Cylindrical-coordinate representation of color #756967: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #756967 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB117105103-
CMYK00.100.120.54
HSL8.57º6.36%43.14%-
HSV(B)8.57º11.97%45.88%-
XYZ14.8414.8614.92-
YUV108.36124.98134.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=36%
G=32.31%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710510300.100.120.548.576.3643.14
Hex7569670AC36962b
Octal165151147012146611653
Binary1110101110100111001110101011001101101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756967; }

 p { color: rgb(117,105,103); }

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

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

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

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

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

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

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