#755F6C

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

Shades of Scorpion #755F6C

Tints of Scorpion #755F6C

Color information

#755F6C (or 0x755F6C) is unknown color: approx Scorpion. HEX triplet: 75, 5F and 6C. RGB value is (117,95,108). Sum of RGB (Red+Green+Blue) = 117+95+108=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #755F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F6C is #8AA093. Grayscale: #676767. Windows color (decimal): -9085076 or 7102325. OLE color: 7102325.

HSL color Cylindrical-coordinate representation of color #755F6C: hue angle of 324.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #755F6C is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11795108-
CMYK00.190.080.54
HSL324.55º10.38%41.57%-
HSV(B)324.55º18.8%45.88%-
XYZ14.1413.0515.96-
YUV103.06130.79137.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=36.56%
G=29.69%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179510800.190.080.54324.5510.3841.57
Hex755F6C013836145a2a
Octal16513715402310665051252
Binary11101011011111110110001001110001101101010001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,95,108); }

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

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

 a { background-color: rgb(117,95,108); }

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

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

 span { border-color: rgb(117,95,108); }

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