#73676C

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

Shades of Scorpion #73676C

Tints of Scorpion #73676C

Color information

#73676C (or 0x73676C) is unknown color: approx Scorpion. HEX triplet: 73, 67 and 6C. RGB value is (115,103,108). Sum of RGB (Red+Green+Blue) = 115+103+108=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #73676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73676C is #8C9893. Grayscale: #6B6B6B. Windows color (decimal): -9214100 or 7104371. OLE color: 7104371.

HSL color Cylindrical-coordinate representation of color #73676C: hue angle of 335º degrees, saturation: 0.06, 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 #73676C is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB115103108-
CMYK00.100.060.55
HSL335º5.5%42.75%-
HSV(B)335º10.43%45.1%-
XYZ14.6314.4316.2-
YUV107.16128.48133.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=35.28%
G=31.60%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510310800.100.060.553355.542.75
Hex73676C0A63714f62b
Octal163147154012667517653
Binary11100111100111110110001010110110111101001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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