#756167

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

Shades of Scorpion #756167

Tints of Scorpion #756167

Color information

#756167 (or 0x756167) is unknown color: approx Scorpion. HEX triplet: 75, 61 and 67. RGB value is (117,97,103). Sum of RGB (Red+Green+Blue) = 117+97+103=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #756167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756167 is #8A9E98. Grayscale: #676767. Windows color (decimal): -9084569 or 6775157. OLE color: 6775157.

HSL color Cylindrical-coordinate representation of color #756167: hue angle of 342º 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 #756167 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB11797103-
CMYK00.170.120.54
HSL342º9.35%41.96%-
HSV(B)342º17.09%45.88%-
XYZ14.0613.3114.66-
YUV103.66127.63137.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=36.91%
G=30.60%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179710300.170.120.543429.3541.96
Hex756167011C3615692a
Octal16514114702114665261152
Binary11101011100001110011101000111001101101010101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756167; }

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

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

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

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

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

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

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

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