#735F68

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

Shades of Scorpion #735F68

Tints of Scorpion #735F68

Color information

#735F68 (or 0x735F68) is unknown color: approx Scorpion. HEX triplet: 73, 5F and 68. RGB value is (115,95,104). Sum of RGB (Red+Green+Blue) = 115+95+104=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #735F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F68 is #8CA097. Grayscale: #656565. Windows color (decimal): -9216152 or 6840179. OLE color: 6840179.

HSL color Cylindrical-coordinate representation of color #735F68: hue angle of 333º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #735F68 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11595104-
CMYK00.170.100.55
HSL333º9.52%41.18%-
HSV(B)333º17.39%45.1%-
XYZ13.6612.8314.85-
YUV102.01129.13137.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=36.62%
G=30.25%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159510400.170.100.553339.5241.18
Hex735F68011A3714da29
Octal16313715002112675151251
Binary11100111011111110100001000110101101111010011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735F68; }

 p { color: rgb(115,95,104); }

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

<style>
 a { background-color: #735F68; }

 a { background-color: rgb(115,95,104); }

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

<style>
 span { border-color: #735F68; }

 span { border-color: rgb(115,95,104); }

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