#736B6F

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

Shades of Scorpion #736B6F

Tints of Scorpion #736B6F

Color information

#736B6F (or 0x736B6F) is unknown color: approx Scorpion. HEX triplet: 73, 6B and 6F. RGB value is (115,107,111). Sum of RGB (Red+Green+Blue) = 115+107+111=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 115 - color contains mainly: red. Hex color #736B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B6F is #8C9490. Grayscale: #6D6D6D. Windows color (decimal): -9213073 or 7302003. OLE color: 7302003.

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

Color convert

RGB115107111-
CMYK00.070.030.55
HSL330º3.6%43.53%-
HSV(B)330º6.96%45.1%-
XYZ15.215.3117.19-
YUV109.85128.65131.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.53%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=34.53%
G=32.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510711100.070.030.553303.643.53
Hex736B6F0733714a42c
Octal16315315707367512454
Binary111001111010111101111011111110111101001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,107,111); }

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

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

 a { background-color: rgb(115,107,111); }

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

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

 span { border-color: rgb(115,107,111); }

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