#755B62

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

Shades of Scorpion #755B62

Tints of Scorpion #755B62

Color information

#755B62 (or 0x755B62) is unknown color: approx Scorpion. HEX triplet: 75, 5B and 62. RGB value is (117,91,98). Sum of RGB (Red+Green+Blue) = 117+91+98=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B62 is #8AA49D. Grayscale: #636363. Windows color (decimal): -9086110 or 6445941. OLE color: 6445941.

HSL color Cylindrical-coordinate representation of color #755B62: hue angle of 343.85º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #755B62 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1179198-
CMYK00.220.160.54
HSL343.85º12.5%40.78%-
HSV(B)343.85º22.22%45.88%-
XYZ13.2812.1513.2-
YUV99.57127.11140.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 98 (38.67% from 255) = 32.03%
R=38.24%
G=29.74%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117919800.220.160.54343.8512.540.78
Hex755B620161036158c29
Octal16513314202620665301451
Binary111010110110111100010010110100001101101010110001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B62; }

 p { color: rgb(117,91,98); }

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

<style>
 a { background-color: #755B62; }

 a { background-color: rgb(117,91,98); }

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

<style>
 span { border-color: #755B62; }

 span { border-color: rgb(117,91,98); }

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