#756362

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

Shades of Pharlap #756362

Tints of Pharlap #756362

Color information

#756362 (or 0x756362) is unknown color: approx Pharlap. HEX triplet: 75, 63 and 62. RGB value is (117,99,98). Sum of RGB (Red+Green+Blue) = 117+99+98=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756362 is #8A9C9D. Grayscale: #686868. Windows color (decimal): -9084062 or 6447989. OLE color: 6447989.

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

Color convert

RGB1179998-
CMYK00.150.160.54
HSL3.16º8.84%42.16%-
HSV(B)3.16º16.24%45.88%-
XYZ1413.5913.44-
YUV104.27124.46137.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=37.26%
G=31.53%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117999800.150.160.543.168.8442.16
Hex7563620F1036392a
Octal165143142017206631152
Binary1110101110001111000100111110000110110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756362; }

 p { color: rgb(117,99,98); }

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

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

 a { background-color: rgb(117,99,98); }

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

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

 span { border-color: rgb(117,99,98); }

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