Html Css Color HEX #746368 Scorpion

📋 copy color: '#746368'

red 116 ◦ green 99 ◦ blue 104

#746368
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #746368

Tints of Scorpion #746368

RGB

 RED value IS 116 (45.7% from 255) = 36.36%

 GREEN value IS 99 (39.06% from 255) = 31.03%

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 36.36%
G = 31.03%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#746368 (or 0x746368) is known color: Scorpion. HEX triplet: 74, 63 and 68. RGB value is (116,99,104). Sum of RGB (Red+Green+Blue) = 116+99+104=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746368 is #8B9C97. Grayscale: #686868. Windows color (decimal): -9149592 or 6841204. OLE color: 6841204.

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

Color convert

RGB 116 99 104 -
CMYK 0 0.15 0.10 0.55
HSL 342.35º 0.08% 0.42% -
HSV(B) 342.35º 0.15% 0.45% -
XYZ 14.16 13.64 14.98 -
YUV 104.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 116 99 104 0 0.15 0.10 0.55 342.35 0.08 0.42
Hex 74 63 68 0 F A 37 156 8 2A
Octal 164 143 150 0 17 12 67 526 10 52
Binary 1110100 1100011 1101000 0 1111 1010 110111 101010110 1000 101010

Color Harmonies of #746368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746368

Black with #746368

Text Example


Text Example

White with #746368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746368; }

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

 H1.HeaderClassName
 {
   color: #746368;
 }
 .AnyTagClassName
 {
   color: #746368;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #746368;
 }
 .BgClassName
 {
   background-color: #746368;
 }
</style>

border-color css

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

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

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