#755E67

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

Shades of Scorpion #755E67

Tints of Scorpion #755E67

Color information

#755E67 (or 0x755E67) is unknown color: approx Scorpion. HEX triplet: 75, 5E and 67. RGB value is (117,94,103). Sum of RGB (Red+Green+Blue) = 117+94+103=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E67 is #8AA198. Grayscale: #656565. Windows color (decimal): -9085337 or 6774389. OLE color: 6774389.

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

Color convert

RGB11794103-
CMYK00.200.120.54
HSL336.52º10.9%41.37%-
HSV(B)336.52º19.66%45.88%-
XYZ13.7912.7714.57-
YUV101.9128.62138.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 103 (40.62% from 255) = 32.80%
R=37.26%
G=29.94%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179410300.200.120.54336.5210.941.37
Hex755E67014C36151b29
Octal16513614702414665211351
Binary11101011011110110011101010011001101101010100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,94,103); }

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

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

 a { background-color: rgb(117,94,103); }

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

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

 span { border-color: rgb(117,94,103); }

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