#75686E

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

Shades of Scorpion #75686E

Tints of Scorpion #75686E

Color information

#75686E (or 0x75686E) is unknown color: approx Scorpion. HEX triplet: 75, 68 and 6E. RGB value is (117,104,110). Sum of RGB (Red+Green+Blue) = 117+104+110=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #75686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75686E is #8A9791. Grayscale: #6C6C6C. Windows color (decimal): -9082770 or 7235701. OLE color: 7235701.

HSL color Cylindrical-coordinate representation of color #75686E: hue angle of 332.31º 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 #75686E is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB117104110-
CMYK00.110.060.54
HSL332.31º5.88%43.33%-
HSV(B)332.31º11.11%45.88%-
XYZ15.114.8116.81-
YUV108.57128.81134.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=35.35%
G=31.42%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710411000.110.060.54332.315.8843.33
Hex75686E0B63614c62b
Octal165150156013666514653
Binary11101011101000110111001011110110110101001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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