#75676E

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

Shades of Scorpion #75676E

Tints of Scorpion #75676E

Color information

#75676E (or 0x75676E) is unknown color: approx Scorpion. HEX triplet: 75, 67 and 6E. RGB value is (117,103,110). Sum of RGB (Red+Green+Blue) = 117+103+110=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #75676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676E is #8A9891. Grayscale: #6B6B6B. Windows color (decimal): -9083026 or 7235445. OLE color: 7235445.

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

Color convert

RGB117103110-
CMYK00.120.060.54
HSL330º6.36%43.14%-
HSV(B)330º11.97%45.88%-
XYZ1514.6116.78-
YUV107.98129.14134.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=35.45%
G=31.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710311000.120.060.543306.3643.14
Hex75676E0C63614a62b
Octal165147156014666512653
Binary11101011100111110111001100110110110101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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