#75646B

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

Shades of Scorpion #75646B

Tints of Scorpion #75646B

Color information

#75646B (or 0x75646B) is unknown color: approx Scorpion. HEX triplet: 75, 64 and 6B. RGB value is (117,100,107). Sum of RGB (Red+Green+Blue) = 117+100+107=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75646B is #8A9B94. Grayscale: #696969. Windows color (decimal): -9083797 or 7038069. OLE color: 7038069.

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

Color convert

RGB117100107-
CMYK00.150.090.54
HSL335.29º7.83%42.55%-
HSV(B)335.29º14.53%45.88%-
XYZ14.5513.9615.84-
YUV105.88128.63135.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 107 (42.19% from 255) = 33.02%
R=36.11%
G=30.86%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710010700.150.090.54335.297.8342.55
Hex75646B0F93614f82b
Octal16514415301711665171053
Binary1110101110010011010110111110011101101010011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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