#75676D

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

Shades of Scorpion #75676D

Tints of Scorpion #75676D

Color information

#75676D (or 0x75676D) is unknown color: approx Scorpion. HEX triplet: 75, 67 and 6D. RGB value is (117,103,109). Sum of RGB (Red+Green+Blue) = 117+103+109=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #75676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676D is #8A9892. Grayscale: #6B6B6B. Windows color (decimal): -9083027 or 7169909. OLE color: 7169909.

HSL color Cylindrical-coordinate representation of color #75676D: hue angle of 334.29º 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 #75676D is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB117103109-
CMYK00.120.070.54
HSL334.29º6.36%43.14%-
HSV(B)334.29º11.97%45.88%-
XYZ14.9514.5916.5-
YUV107.87128.64134.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=35.56%
G=31.31%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710310900.120.070.54334.296.3643.14
Hex75676D0C73614e62b
Octal165147155014766516653
Binary11101011100111110110101100111110110101001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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