#755C64

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

Shades of Scorpion #755C64

Tints of Scorpion #755C64

Color information

#755C64 (or 0x755C64) is unknown color: approx Scorpion. HEX triplet: 75, 5C and 64. RGB value is (117,92,100). Sum of RGB (Red+Green+Blue) = 117+92+100=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #755C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C64 is #8AA39B. Grayscale: #646464. Windows color (decimal): -9085852 or 6577269. OLE color: 6577269.

HSL color Cylindrical-coordinate representation of color #755C64: hue angle of 340.8º degrees, saturation: 0.12, 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 #755C64 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11792100-
CMYK00.210.150.54
HSL340.8º11.96%40.98%-
HSV(B)340.8º21.37%45.88%-
XYZ13.4612.3613.73-
YUV100.39127.78139.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=37.86%
G=29.77%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179210000.210.150.54340.811.9640.98
Hex755C64015F36155c29
Octal16513414402517665251451
Binary11101011011100110010001010111111101101010101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,92,100); }

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

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

 a { background-color: rgb(117,92,100); }

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

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

 span { border-color: rgb(117,92,100); }

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