#756461

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

Shades of Pharlap #756461

Tints of Pharlap #756461

Color information

#756461 (or 0x756461) is unknown color: approx Pharlap. HEX triplet: 75, 64 and 61. RGB value is (117,100,97). Sum of RGB (Red+Green+Blue) = 117+100+97=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756461 is #8A9B9E. Grayscale: #686868. Windows color (decimal): -9083807 or 6382709. OLE color: 6382709.

HSL color Cylindrical-coordinate representation of color #756461: hue angle of 9º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756461 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB11710097-
CMYK00.150.170.54
HSL9.35%41.96%-
HSV(B)17.09%45.88%-
XYZ14.0513.7613.22-
YUV104.74123.63136.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=37.26%
G=31.85%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171009700.150.170.5499.3541.96
Hex7564610F1136992a
Octal1651441410172166111152
Binary111010111001001100001011111000111011010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756461; }

 p { color: rgb(117,100,97); }

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

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

 a { background-color: rgb(117,100,97); }

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

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

 span { border-color: rgb(117,100,97); }

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