Html Css Color HEX #746B6E Scorpion

📋 copy color: '#746B6E'

red 116 ◦ green 107 ◦ blue 110

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

Shades of Scorpion #746B6E

Tints of Scorpion #746B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.13%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 34.83%
G = 32.13%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#746B6E (or 0x746B6E) is known color: Scorpion. HEX triplet: 74, 6B and 6E. RGB value is (116,107,110). Sum of RGB (Red+Green+Blue) = 116+107+110=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 116 - color contains mainly: red. Hex color #746B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B6E is #8B9491. Grayscale: #6E6E6E. Windows color (decimal): -9147538 or 7236468. OLE color: 7236468.

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

Color convert

RGB 116 107 110 -
CMYK 0 0.08 0.05 0.55
HSL 340º 0.04% 0.44% -
HSV(B) 340º 0.08% 0.45% -
XYZ 15.27 15.35 16.91 -
YUV 110.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 116 107 110 0 0.08 0.05 0.55 340 0.04 0.44
Hex 74 6B 6E 0 8 5 37 154 4 2C
Octal 164 153 156 0 10 5 67 524 4 54
Binary 1110100 1101011 1101110 0 1000 101 110111 101010100 100 101100

Color Harmonies of #746B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B6E

Black with #746B6E

Text Example


Text Example

White with #746B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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