#72686A

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

Shades of Scorpion #72686A

Tints of Scorpion #72686A

Color information

#72686A (or 0x72686A) is unknown color: approx Scorpion. HEX triplet: 72, 68 and 6A. RGB value is (114,104,106). Sum of RGB (Red+Green+Blue) = 114+104+106=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #72686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72686A is #8D9795. Grayscale: #6B6B6B. Windows color (decimal): -9279382 or 6973554. OLE color: 6973554.

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

Color convert

RGB114104106-
CMYK00.090.070.55
HSL348º4.59%42.75%-
HSV(B)348º8.77%44.71%-
XYZ14.4914.5215.67-
YUV107.22127.31132.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=35.19%
G=32.10%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410410600.090.070.553484.5942.75
Hex72686A0973715c52b
Octal162150152011767534553
Binary11100101101000110101001001111110111101011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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