#756067

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

Shades of Scorpion #756067

Tints of Scorpion #756067

Color information

#756067 (or 0x756067) is unknown color: approx Scorpion. HEX triplet: 75, 60 and 67. RGB value is (117,96,103). Sum of RGB (Red+Green+Blue) = 117+96+103=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756067 is #8A9F98. Grayscale: #676767. Windows color (decimal): -9084825 or 6774901. OLE color: 6774901.

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

Color convert

RGB11796103-
CMYK00.180.120.54
HSL340º9.86%41.76%-
HSV(B)340º17.95%45.88%-
XYZ13.9713.1314.63-
YUV103.08127.96137.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=37.03%
G=30.38%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179610300.180.120.543409.8641.76
Hex756067012C36154a2a
Octal16514014702214665241252
Binary11101011100000110011101001011001101101010101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756067; }

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

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

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

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

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

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

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

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