#74676B

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

Shades of Scorpion #74676B

Tints of Scorpion #74676B

Color information

#74676B (or 0x74676B) is unknown color: approx Scorpion. HEX triplet: 74, 67 and 6B. RGB value is (116,103,107). Sum of RGB (Red+Green+Blue) = 116+103+107=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #74676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74676B is #8B9894. Grayscale: #6B6B6B. Windows color (decimal): -9148565 or 7038836. OLE color: 7038836.

HSL color Cylindrical-coordinate representation of color #74676B: hue angle of 341.54º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #74676B is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB116103107-
CMYK00.110.080.55
HSL341.54º5.94%42.94%-
HSV(B)341.54º11.21%45.49%-
XYZ14.7114.4815.93-
YUV107.34127.81134.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 103 (40.62% from 255) = 31.60%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=35.58%
G=31.60%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610310700.110.080.55341.545.9442.94
Hex74676B0B83715662b
Octal1641471530131067526653
Binary111010011001111101011010111000110111101010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74676B; }

 p { color: rgb(116,103,107); }

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

<style>
 a { background-color: #74676B; }

 a { background-color: rgb(116,103,107); }

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

<style>
 span { border-color: #74676B; }

 span { border-color: rgb(116,103,107); }

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