#75676C

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

Shades of Scorpion #75676C

Tints of Scorpion #75676C

Color information

#75676C (or 0x75676C) is unknown color: approx Scorpion. HEX triplet: 75, 67 and 6C. RGB value is (117,103,108). Sum of RGB (Red+Green+Blue) = 117+103+108=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676C is #8A9893. Grayscale: #6B6B6B. Windows color (decimal): -9083028 or 7104373. OLE color: 7104373.

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

Color convert

RGB117103108-
CMYK00.120.080.54
HSL338.57º6.36%43.14%-
HSV(B)338.57º11.97%45.88%-
XYZ14.8914.5716.21-
YUV107.76128.14134.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=35.67%
G=31.40%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710310800.120.080.54338.576.3643.14
Hex75676C0C83615362b
Octal1651471540141066523653
Binary111010111001111101100011001000110110101010011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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