#75626C

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

Shades of Scorpion #75626C

Tints of Scorpion #75626C

Color information

#75626C (or 0x75626C) is unknown color: approx Scorpion. HEX triplet: 75, 62 and 6C. RGB value is (117,98,108). Sum of RGB (Red+Green+Blue) = 117+98+108=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #75626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75626C is #8A9D93. Grayscale: #686868. Windows color (decimal): -9084308 or 7103093. OLE color: 7103093.

HSL color Cylindrical-coordinate representation of color #75626C: hue angle of 328.42º 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 #75626C is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11798108-
CMYK00.160.080.54
HSL328.42º8.84%42.16%-
HSV(B)328.42º16.24%45.88%-
XYZ14.4113.616.05-
YUV104.82129.79136.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=36.22%
G=30.34%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179810800.160.080.54328.428.8442.16
Hex75626C01083614892a
Octal16514215402010665101152
Binary11101011100010110110001000010001101101010010001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75626C; }

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

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

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

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

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

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

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

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