Html Css Color HEX #746F71 Scorpion

📋 copy color: '#746F71'

red 116 ◦ green 111 ◦ blue 113

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

Shades of Scorpion #746F71

Tints of Scorpion #746F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.65%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 34.12%
G = 32.65%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#746F71 (or 0x746F71) is known color: Scorpion. HEX triplet: 74, 6F and 71. RGB value is (116,111,113). Sum of RGB (Red+Green+Blue) = 116+111+113=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 116 - color contains mainly: red. Hex color #746F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F71 is #8B908E. Grayscale: #707070. Windows color (decimal): -9146511 or 7434100. OLE color: 7434100.

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

Color convert

RGB 116 111 113 -
CMYK 0 0.04 0.03 0.55
HSL 336º 0.02% 0.45% -
HSV(B) 336º 0.04% 0.45% -
XYZ 15.87 16.27 17.93 -
YUV 112.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 116 111 113 0 0.04 0.03 0.55 336 0.02 0.45
Hex 74 6F 71 0 4 3 37 150 2 2D
Octal 164 157 161 0 4 3 67 520 2 55
Binary 1110100 1101111 1110001 0 100 11 110111 101010000 10 101101

Color Harmonies of #746F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F71

Black with #746F71

Text Example


Text Example

White with #746F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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