#75636C

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

Shades of Scorpion #75636C

Tints of Scorpion #75636C

Color information

#75636C (or 0x75636C) is unknown color: approx Scorpion. HEX triplet: 75, 63 and 6C. RGB value is (117,99,108). Sum of RGB (Red+Green+Blue) = 117+99+108=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75636C is #8A9C93. Grayscale: #696969. Windows color (decimal): -9084052 or 7103349. OLE color: 7103349.

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

Color convert

RGB11799108-
CMYK00.150.080.54
HSL330º8.33%42.35%-
HSV(B)330º15.38%45.88%-
XYZ14.513.7916.08-
YUV105.41129.46136.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=36.11%
G=30.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179910800.150.080.543308.3342.35
Hex75636C0F83614a82a
Octal16514315401710665121052
Binary1110101110001111011000111110001101101010010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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