#756467

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

Shades of Scorpion #756467

Tints of Scorpion #756467

Color information

#756467 (or 0x756467) is unknown color: approx Scorpion. HEX triplet: 75, 64 and 67. RGB value is (117,100,103). Sum of RGB (Red+Green+Blue) = 117+100+103=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #756467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756467 is #8A9B98. Grayscale: #696969. Windows color (decimal): -9083801 or 6775925. OLE color: 6775925.

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

Color convert

RGB117100103-
CMYK00.150.120.54
HSL349.41º7.83%42.55%-
HSV(B)349.41º14.53%45.88%-
XYZ14.3413.8814.75-
YUV105.42126.63136.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 103 (40.62% from 255) = 32.19%
R=36.56%
G=31.25%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710010300.150.120.54349.417.8342.55
Hex7564670FC3615d82b
Octal16514414701714665351053
Binary1110101110010011001110111111001101101010111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756467; }

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

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

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

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

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

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

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

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