#72686C

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

Shades of Scorpion #72686C

Tints of Scorpion #72686C

Color information

#72686C (or 0x72686C) is unknown color: approx Scorpion. HEX triplet: 72, 68 and 6C. RGB value is (114,104,108). Sum of RGB (Red+Green+Blue) = 114+104+108=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #72686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72686C is #8D9793. Grayscale: #6B6B6B. Windows color (decimal): -9279380 or 7104626. OLE color: 7104626.

HSL color Cylindrical-coordinate representation of color #72686C: hue angle of 336º 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 #72686C is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB114104108-
CMYK00.090.050.55
HSL336º4.59%42.75%-
HSV(B)336º8.77%44.71%-
XYZ14.614.5616.23-
YUV107.45128.31132.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=34.97%
G=31.90%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410410800.090.050.553364.5942.75
Hex72686C0953715052b
Octal162150154011567520553
Binary11100101101000110110001001101110111101010000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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