#726469

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

Shades of Scorpion #726469

Tints of Scorpion #726469

Color information

#726469 (or 0x726469) is unknown color: approx Scorpion. HEX triplet: 72, 64 and 69. RGB value is (114,100,105). Sum of RGB (Red+Green+Blue) = 114+100+105=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726469 is #8D9B96. Grayscale: #686868. Windows color (decimal): -9280407 or 6906994. OLE color: 6906994.

HSL color Cylindrical-coordinate representation of color #726469: hue angle of 338.57º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #726469 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB114100105-
CMYK00.120.080.55
HSL338.57º6.54%41.96%-
HSV(B)338.57º12.28%44.71%-
XYZ14.0513.7115.27-
YUV104.76128.14134.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=35.74%
G=31.35%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410010500.120.080.55338.576.5441.96
Hex7264690C83715372a
Octal1621441510141067523752
Binary111001011001001101001011001000110111101010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726469; }

 p { color: rgb(114,100,105); }

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

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

 a { background-color: rgb(114,100,105); }

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

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

 span { border-color: rgb(114,100,105); }

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