#726A6C

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

Shades of Scorpion #726A6C

Tints of Scorpion #726A6C

Color information

#726A6C (or 0x726A6C) is unknown color: approx Scorpion. HEX triplet: 72, 6A and 6C. RGB value is (114,106,108). Sum of RGB (Red+Green+Blue) = 114+106+108=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #726A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A6C is #8D9593. Grayscale: #6C6C6C. Windows color (decimal): -9278868 or 7105138. OLE color: 7105138.

HSL color Cylindrical-coordinate representation of color #726A6C: hue angle of 345º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #726A6C is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB114106108-
CMYK00.070.050.55
HSL345º3.64%43.14%-
HSV(B)345º7.02%44.71%-
XYZ14.814.9716.3-
YUV108.62127.65131.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=34.76%
G=32.32%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410610800.070.050.553453.6443.14
Hex726A6C0753715942b
Octal16215215407567531453
Binary1110010110101011011000111101110111101011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726A6C; }

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

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

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

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

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

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

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

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