#75616B

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

Shades of Scorpion #75616B

Tints of Scorpion #75616B

Color information

#75616B (or 0x75616B) is unknown color: approx Scorpion. HEX triplet: 75, 61 and 6B. RGB value is (117,97,107). Sum of RGB (Red+Green+Blue) = 117+97+107=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #75616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75616B is #8A9E94. Grayscale: #686868. Windows color (decimal): -9084565 or 7037301. OLE color: 7037301.

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

Color convert

RGB11797107-
CMYK00.170.090.54
HSL330º9.35%41.96%-
HSV(B)330º17.09%45.88%-
XYZ14.2613.3915.74-
YUV104.12129.63137.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=36.45%
G=30.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179710700.170.090.543309.3541.96
Hex75616B01193614a92a
Octal16514115302111665121152
Binary11101011100001110101101000110011101101010010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75616B; }

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

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

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

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

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

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

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

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