#755F67

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

Shades of Scorpion #755F67

Tints of Scorpion #755F67

Color information

#755F67 (or 0x755F67) is unknown color: approx Scorpion. HEX triplet: 75, 5F and 67. RGB value is (117,95,103). Sum of RGB (Red+Green+Blue) = 117+95+103=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F67 is #8AA098. Grayscale: #666666. Windows color (decimal): -9085081 or 6774645. OLE color: 6774645.

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

Color convert

RGB11795103-
CMYK00.190.120.54
HSL338.18º10.38%41.57%-
HSV(B)338.18º18.8%45.88%-
XYZ13.8812.9514.6-
YUV102.49128.29138.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=37.14%
G=30.16%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179510300.190.120.54338.1810.3841.57
Hex755F67013C36152a2a
Octal16513714702314665221252
Binary11101011011111110011101001111001101101010100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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