#72686B

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

Shades of Scorpion #72686B

Tints of Scorpion #72686B

Color information

#72686B (or 0x72686B) is unknown color: approx Scorpion. HEX triplet: 72, 68 and 6B. RGB value is (114,104,107). Sum of RGB (Red+Green+Blue) = 114+104+107=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #72686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72686B is #8D9794. Grayscale: #6B6B6B. Windows color (decimal): -9279381 or 7039090. OLE color: 7039090.

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

Color convert

RGB114104107-
CMYK00.090.060.55
HSL342º4.59%42.75%-
HSV(B)342º8.77%44.71%-
XYZ14.5414.5415.95-
YUV107.33127.81132.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=35.08%
G=32%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410410700.090.060.553424.5942.75
Hex72686B0963715652b
Octal162150153011667526553
Binary11100101101000110101101001110110111101010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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