#755B61

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

Shades of Scorpion #755B61

Tints of Scorpion #755B61

Color information

#755B61 (or 0x755B61) is unknown color: approx Scorpion. HEX triplet: 75, 5B and 61. RGB value is (117,91,97). Sum of RGB (Red+Green+Blue) = 117+91+97=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #755B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B61 is #8AA49E. Grayscale: #636363. Windows color (decimal): -9086111 or 6380405. OLE color: 6380405.

HSL color Cylindrical-coordinate representation of color #755B61: hue angle of 346.15º 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 #755B61 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1179197-
CMYK00.220.170.54
HSL346.15º12.5%40.78%-
HSV(B)346.15º22.22%45.88%-
XYZ13.2312.1312.95-
YUV99.46126.61140.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=38.36%
G=29.84%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117919700.220.170.54346.1512.540.78
Hex755B61016113615ac29
Octal16513314102621665321451
Binary111010110110111100001010110100011101101010110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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