#75686F

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

Shades of Scorpion #75686F

Tints of Scorpion #75686F

Color information

#75686F (or 0x75686F) is unknown color: approx Scorpion. HEX triplet: 75, 68 and 6F. RGB value is (117,104,111). Sum of RGB (Red+Green+Blue) = 117+104+111=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #75686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75686F is #8A9790. Grayscale: #6C6C6C. Windows color (decimal): -9082769 or 7301237. OLE color: 7301237.

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

Color convert

RGB117104111-
CMYK00.110.050.54
HSL327.69º5.88%43.33%-
HSV(B)327.69º11.11%45.88%-
XYZ15.1614.8317.1-
YUV108.68129.31133.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=35.24%
G=31.33%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710411100.110.050.54327.695.8843.33
Hex75686F0B53614862b
Octal165150157013566510653
Binary11101011101000110111101011101110110101001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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