#72666C

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

Shades of Scorpion #72666C

Tints of Scorpion #72666C

Color information

#72666C (or 0x72666C) is unknown color: approx Scorpion. HEX triplet: 72, 66 and 6C. RGB value is (114,102,108). Sum of RGB (Red+Green+Blue) = 114+102+108=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #72666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72666C is #8D9993. Grayscale: #6A6A6A. Windows color (decimal): -9279892 or 7104114. OLE color: 7104114.

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

Color convert

RGB114102108-
CMYK00.110.050.55
HSL330º5.56%42.35%-
HSV(B)330º10.53%44.71%-
XYZ14.414.1616.16-
YUV106.27128.98133.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=35.19%
G=31.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410210800.110.050.553305.5642.35
Hex72666C0B53714a62a
Octal162146154013567512652
Binary11100101100110110110001011101110111101001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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