#72616B

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

Shades of Scorpion #72616B

Tints of Scorpion #72616B

Color information

#72616B (or 0x72616B) is unknown color: approx Scorpion. HEX triplet: 72, 61 and 6B. RGB value is (114,97,107). Sum of RGB (Red+Green+Blue) = 114+97+107=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #72616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72616B is #8D9E94. Grayscale: #676767. Windows color (decimal): -9281173 or 7037298. OLE color: 7037298.

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

Color convert

RGB11497107-
CMYK00.150.060.55
HSL324.71º8.06%41.37%-
HSV(B)324.71º14.91%44.71%-
XYZ13.8713.1915.72-
YUV103.22130.13135.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=35.85%
G=30.50%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149710700.150.060.55324.718.0641.37
Hex72616B0F637145829
Octal1621411530176675051051
Binary111001011000011101011011111101101111010001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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