#736D70

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

Shades of Scorpion #736D70

Tints of Scorpion #736D70

Color information

#736D70 (or 0x736D70) is unknown color: approx Scorpion. HEX triplet: 73, 6D and 70. RGB value is (115,109,112). Sum of RGB (Red+Green+Blue) = 115+109+112=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 115 - color contains mainly: red. Hex color #736D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D70 is #8C928F. Grayscale: #6F6F6F. Windows color (decimal): -9212560 or 7368051. OLE color: 7368051.

HSL color Cylindrical-coordinate representation of color #736D70: hue angle of 330º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #736D70 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB115109112-
CMYK00.050.030.55
HSL330º2.68%43.92%-
HSV(B)330º5.22%45.1%-
XYZ15.4615.7517.55-
YUV111.14128.49130.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=34.23%
G=32.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510911200.050.030.553302.6843.92
Hex736D700533714a32c
Octal16315516005367512354
Binary11100111101101111000001011111011110100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736D70; }

 p { color: rgb(115,109,112); }

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

<style>
 a { background-color: #736D70; }

 a { background-color: rgb(115,109,112); }

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

<style>
 span { border-color: #736D70; }

 span { border-color: rgb(115,109,112); }

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