#72676C

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

Shades of Scorpion #72676C

Tints of Scorpion #72676C

Color information

#72676C (or 0x72676C) is unknown color: approx Scorpion. HEX triplet: 72, 67 and 6C. RGB value is (114,103,108). Sum of RGB (Red+Green+Blue) = 114+103+108=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #72676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72676C is #8D9893. Grayscale: #6A6A6A. Windows color (decimal): -9279636 or 7104370. OLE color: 7104370.

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

Color convert

RGB114103108-
CMYK00.100.050.55
HSL332.73º5.07%42.55%-
HSV(B)332.73º9.65%44.71%-
XYZ14.514.3616.2-
YUV106.86128.64133.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=35.08%
G=31.69%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410310800.100.050.55332.735.0742.55
Hex72676C0A53714d52b
Octal162147154012567515553
Binary11100101100111110110001010101110111101001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72676C; }

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

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

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

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

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

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

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

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