#72626A

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

Shades of Scorpion #72626A

Tints of Scorpion #72626A

Color information

#72626A (or 0x72626A) is unknown color: approx Scorpion. HEX triplet: 72, 62 and 6A. RGB value is (114,98,106). Sum of RGB (Red+Green+Blue) = 114+98+106=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #72626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72626A is #8D9D95. Grayscale: #676767. Windows color (decimal): -9280918 or 6972018. OLE color: 6972018.

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

Color convert

RGB11498106-
CMYK00.140.070.55
HSL330º7.55%41.57%-
HSV(B)330º14.04%44.71%-
XYZ13.9113.3515.48-
YUV103.7129.3135.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=35.85%
G=30.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149810600.140.070.553307.5541.57
Hex72626A0E73714a82a
Octal1621421520167675121052
Binary111001011000101101010011101111101111010010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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