#755D69

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

Shades of Scorpion #755D69

Tints of Scorpion #755D69

Color information

#755D69 (or 0x755D69) is unknown color: approx Scorpion. HEX triplet: 75, 5D and 69. RGB value is (117,93,105). Sum of RGB (Red+Green+Blue) = 117+93+105=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D69 is #8AA296. Grayscale: #656565. Windows color (decimal): -9085591 or 6905205. OLE color: 6905205.

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

Color convert

RGB11793105-
CMYK00.210.100.54
HSL330º11.43%41.18%-
HSV(B)330º20.51%45.88%-
XYZ13.812.6315.08-
YUV101.54129.95139.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=37.14%
G=29.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179310500.210.100.5433011.4341.18
Hex755D69015A3614ab29
Octal16513515102512665121351
Binary11101011011101110100101010110101101101010010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,105); }

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

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

 a { background-color: rgb(117,93,105); }

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

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

 span { border-color: rgb(117,93,105); }

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