#74636C

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

Shades of Scorpion #74636C

Tints of Scorpion #74636C

Color information

#74636C (or 0x74636C) is unknown color: approx Scorpion. HEX triplet: 74, 63 and 6C. RGB value is (116,99,108). Sum of RGB (Red+Green+Blue) = 116+99+108=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74636C is #8B9C93. Grayscale: #696969. Windows color (decimal): -9149588 or 7103348. OLE color: 7103348.

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

Color convert

RGB11699108-
CMYK00.150.070.55
HSL328.24º7.91%42.16%-
HSV(B)328.24º14.66%45.49%-
XYZ14.3713.7216.08-
YUV105.11129.63135.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=35.91%
G=30.65%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1169910800.150.070.55328.247.9142.16
Hex74636C0F73714882a
Octal1641431540177675101052
Binary111010011000111101100011111111101111010010001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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