Html Css Color HEX #746A6F Scorpion

📋 copy color: '#746A6F'

red 116 ◦ green 106 ◦ blue 111

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

Shades of Scorpion #746A6F

Tints of Scorpion #746A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 34.83%
G = 31.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#746A6F (or 0x746A6F) is known color: Scorpion. HEX triplet: 74, 6A and 6F. RGB value is (116,106,111). Sum of RGB (Red+Green+Blue) = 116+106+111=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 116 - color contains mainly: red. Hex color #746A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A6F is #8B9590. Grayscale: #6D6D6D. Windows color (decimal): -9147793 or 7301748. OLE color: 7301748.

HSL color Cylindrical-coordinate representation of color #746A6F: hue angle of 330º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746A6F is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 111 -
CMYK 0 0.09 0.04 0.55
HSL 330º 0.05% 0.44% -
HSV(B) 330º 0.09% 0.45% -
XYZ 15.23 15.17 17.16 -
YUV 109.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 116 106 111 0 0.09 0.04 0.55 330 0.05 0.44
Hex 74 6A 6F 0 9 4 37 14A 5 2C
Octal 164 152 157 0 11 4 67 512 5 54
Binary 1110100 1101010 1101111 0 1001 100 110111 101001010 101 101100

Color Harmonies of #746A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A6F

Black with #746A6F

Text Example


Text Example

White with #746A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A6F; }

 p { color: rgb(116,106,111); }

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

background-color css

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

 a { background-color: rgb(116,106,111); }

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

border-color css

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

 span { border-color: rgb(116,106,111); }

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