#72666B

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

Shades of Scorpion #72666B

Tints of Scorpion #72666B

Color information

#72666B (or 0x72666B) is unknown color: approx Scorpion. HEX triplet: 72, 66 and 6B. RGB value is (114,102,107). Sum of RGB (Red+Green+Blue) = 114+102+107=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #72666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72666B is #8D9994. Grayscale: #6A6A6A. Windows color (decimal): -9279893 or 7038578. OLE color: 7038578.

HSL color Cylindrical-coordinate representation of color #72666B: hue angle of 335º 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 #72666B is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB114102107-
CMYK00.110.060.55
HSL335º5.56%42.35%-
HSV(B)335º10.53%44.71%-
XYZ14.3414.1415.88-
YUV106.16128.48133.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=35.29%
G=31.58%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410210700.110.060.553355.5642.35
Hex72666B0B63714f62a
Octal162146153013667517652
Binary11100101100110110101101011110110111101001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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