#726069

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

Shades of Scorpion #726069

Tints of Scorpion #726069

Color information

#726069 (or 0x726069) is unknown color: approx Scorpion. HEX triplet: 72, 60 and 69. RGB value is (114,96,105). Sum of RGB (Red+Green+Blue) = 114+96+105=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726069 is #8D9F96. Grayscale: #666666. Windows color (decimal): -9281431 or 6905970. OLE color: 6905970.

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

Color convert

RGB11496105-
CMYK00.160.080.55
HSL330º8.57%41.18%-
HSV(B)330º15.79%44.71%-
XYZ13.6712.9615.15-
YUV102.41129.46136.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=36.19%
G=30.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149610500.160.080.553308.5741.18
Hex72606901083714a929
Octal16214015102010675121151
Binary11100101100000110100101000010001101111010010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726069; }

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

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

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

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

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

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

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

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