#72686D

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

Shades of Scorpion #72686D

Tints of Scorpion #72686D

Color information

#72686D (or 0x72686D) is unknown color: approx Scorpion. HEX triplet: 72, 68 and 6D. RGB value is (114,104,109). Sum of RGB (Red+Green+Blue) = 114+104+109=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #72686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72686D is #8D9792. Grayscale: #6B6B6B. Windows color (decimal): -9279379 or 7170162. OLE color: 7170162.

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

Color convert

RGB114104109-
CMYK00.090.040.55
HSL330º4.59%42.75%-
HSV(B)330º8.77%44.71%-
XYZ14.6514.5816.51-
YUV107.56128.81132.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=34.86%
G=31.80%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410410900.090.040.553304.5942.75
Hex72686D0943714a52b
Octal162150155011467512553
Binary11100101101000110110101001100110111101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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