#73616B

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

Shades of Scorpion #73616B

Tints of Scorpion #73616B

Color information

#73616B (or 0x73616B) is unknown color: approx Scorpion. HEX triplet: 73, 61 and 6B. RGB value is (115,97,107). Sum of RGB (Red+Green+Blue) = 115+97+107=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #73616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73616B is #8C9E94. Grayscale: #676767. Windows color (decimal): -9215637 or 7037299. OLE color: 7037299.

HSL color Cylindrical-coordinate representation of color #73616B: hue angle of 326.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73616B is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11597107-
CMYK00.160.070.55
HSL326.67º8.49%41.57%-
HSV(B)326.67º15.65%45.1%-
XYZ1413.2615.73-
YUV103.52129.96136.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=36.05%
G=30.41%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159710700.160.070.55326.678.4941.57
Hex73616B01073714782a
Octal1631411530207675071052
Binary1110011110000111010110100001111101111010001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73616B; }

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

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

<style>
 a { background-color: #73616B; }

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

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

<style>
 span { border-color: #73616B; }

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

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