#72646C

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

Shades of Scorpion #72646C

Tints of Scorpion #72646C

Color information

#72646C (or 0x72646C) is unknown color: approx Scorpion. HEX triplet: 72, 64 and 6C. RGB value is (114,100,108). Sum of RGB (Red+Green+Blue) = 114+100+108=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #72646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72646C is #8D9B93. Grayscale: #696969. Windows color (decimal): -9280404 or 7103602. OLE color: 7103602.

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

Color convert

RGB114100108-
CMYK00.120.050.55
HSL325.71º6.54%41.96%-
HSV(B)325.71º12.28%44.71%-
XYZ14.213.7716.1-
YUV105.1129.64134.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=35.40%
G=31.06%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410010800.120.050.55325.716.5441.96
Hex72646C0C53714672a
Octal162144154014567506752
Binary11100101100100110110001100101110111101000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72646C; }

 p { color: rgb(114,100,108); }

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

<style>
 a { background-color: #72646C; }

 a { background-color: rgb(114,100,108); }

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

<style>
 span { border-color: #72646C; }

 span { border-color: rgb(114,100,108); }

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