#75636B

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

Shades of Scorpion #75636B

Tints of Scorpion #75636B

Color information

#75636B (or 0x75636B) is unknown color: approx Scorpion. HEX triplet: 75, 63 and 6B. RGB value is (117,99,107). Sum of RGB (Red+Green+Blue) = 117+99+107=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #75636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75636B is #8A9C94. Grayscale: #696969. Windows color (decimal): -9084053 or 7037813. OLE color: 7037813.

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

Color convert

RGB11799107-
CMYK00.150.090.54
HSL333.33º8.33%42.35%-
HSV(B)333.33º15.38%45.88%-
XYZ14.4513.7715.81-
YUV105.29128.96136.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=36.22%
G=30.65%
B=33.13%

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
Decimal1179910700.150.090.54333.338.3342.35
Hex75636B0F93614d82a
Octal16514315301711665151052
Binary1110101110001111010110111110011101101010011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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