#74616C

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

Shades of Scorpion #74616C

Tints of Scorpion #74616C

Color information

#74616C (or 0x74616C) is unknown color: approx Scorpion. HEX triplet: 74, 61 and 6C. RGB value is (116,97,108). Sum of RGB (Red+Green+Blue) = 116+97+108=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #74616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74616C is #8B9E93. Grayscale: #676767. Windows color (decimal): -9150100 or 7102836. OLE color: 7102836.

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

Color convert

RGB11697108-
CMYK00.160.070.55
HSL325.26º8.92%41.76%-
HSV(B)325.26º16.38%45.49%-
XYZ14.1813.3516.02-
YUV103.93130.29136.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=36.14%
G=30.22%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169710800.160.070.55325.268.9241.76
Hex74616C01073714592a
Octal1641411540207675051152
Binary1110100110000111011000100001111101111010001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,97,108); }

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

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

 a { background-color: rgb(116,97,108); }

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

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

 span { border-color: rgb(116,97,108); }

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