#75696F

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

Shades of Scorpion #75696F

Tints of Scorpion #75696F

Color information

#75696F (or 0x75696F) is unknown color: approx Scorpion. HEX triplet: 75, 69 and 6F. RGB value is (117,105,111). Sum of RGB (Red+Green+Blue) = 117+105+111=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #75696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75696F is #8A9690. Grayscale: #6D6D6D. Windows color (decimal): -9082513 or 7301493. OLE color: 7301493.

HSL color Cylindrical-coordinate representation of color #75696F: hue angle of 330º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #75696F is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB117105111-
CMYK00.100.050.54
HSL330º5.41%43.53%-
HSV(B)330º10.26%45.88%-
XYZ15.2615.0317.14-
YUV109.27128.98133.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=35.14%
G=31.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710511100.100.050.543305.4143.53
Hex75696F0A53614a52c
Octal165151157012566512554
Binary11101011101001110111101010101110110101001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75696F; }

 p { color: rgb(117,105,111); }

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

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

 a { background-color: rgb(117,105,111); }

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

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

 span { border-color: rgb(117,105,111); }

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