#75676B

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

Shades of Scorpion #75676B

Tints of Scorpion #75676B

Color information

#75676B (or 0x75676B) is unknown color: approx Scorpion. HEX triplet: 75, 67 and 6B. RGB value is (117,103,107). Sum of RGB (Red+Green+Blue) = 117+103+107=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #75676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676B is #8A9894. Grayscale: #6B6B6B. Windows color (decimal): -9083029 or 7038837. OLE color: 7038837.

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

Color convert

RGB117103107-
CMYK00.120.090.54
HSL342.86º6.36%43.14%-
HSV(B)342.86º11.97%45.88%-
XYZ14.8414.5415.94-
YUV107.64127.64134.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=35.78%
G=31.50%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710310700.120.090.54342.866.3643.14
Hex75676B0C93615762b
Octal1651471530141166527653
Binary111010111001111101011011001001110110101010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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