Html Css Color HEX #746064 Scorpion

📋 copy color: '#746064'

red 116 ◦ green 96 ◦ blue 100

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

Shades of Scorpion #746064

Tints of Scorpion #746064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 37.18%
G = 30.77%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#746064 (or 0x746064) is known color: Scorpion. HEX triplet: 74, 60 and 64. RGB value is (116,96,100). Sum of RGB (Red+Green+Blue) = 116+96+100=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #746064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746064 is #8B9F9B. Grayscale: #666666. Windows color (decimal): -9150364 or 6578292. OLE color: 6578292.

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

Color convert

RGB 116 96 100 -
CMYK 0 0.17 0.14 0.55
HSL 348º 0.09% 0.42% -
HSV(B) 348º 0.17% 0.45% -
XYZ 13.69 13 13.84 -
YUV 102.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 116 96 100 0 0.17 0.14 0.55 348 0.09 0.42
Hex 74 60 64 0 11 E 37 15C 9 2A
Octal 164 140 144 0 21 16 67 534 11 52
Binary 1110100 1100000 1100100 0 10001 1110 110111 101011100 1001 101010

Color Harmonies of #746064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746064

Black with #746064

Text Example


Text Example

White with #746064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746064; }

 p { color: rgb(116,96,100); }

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

background-color css

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

 a { background-color: rgb(116,96,100); }

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

border-color css

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

 span { border-color: rgb(116,96,100); }

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