Html Css Color HEX #746267 Scorpion

📋 copy color: '#746267'

red 116 ◦ green 98 ◦ blue 103

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

Shades of Scorpion #746267

Tints of Scorpion #746267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 36.59%
G = 30.91%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#746267 (or 0x746267) is known color: Scorpion. HEX triplet: 74, 62 and 67. RGB value is (116,98,103). Sum of RGB (Red+Green+Blue) = 116+98+103=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #746267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746267 is #8B9D98. Grayscale: #676767. Windows color (decimal): -9149849 or 6775412. OLE color: 6775412.

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

Color convert

RGB 116 98 103 -
CMYK 0 0.16 0.11 0.55
HSL 343.33º 0.08% 0.42% -
HSV(B) 343.33º 0.16% 0.45% -
XYZ 14.02 13.43 14.68 -
YUV 103.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 116 98 103 0 0.16 0.11 0.55 343.33 0.08 0.42
Hex 74 62 67 0 10 B 37 157 8 2A
Octal 164 142 147 0 20 13 67 527 10 52
Binary 1110100 1100010 1100111 0 10000 1011 110111 101010111 1000 101010

Color Harmonies of #746267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746267

Black with #746267

Text Example


Text Example

White with #746267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746267; }

 p { color: rgb(116,98,103); }

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

background-color css

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

 a { background-color: rgb(116,98,103); }

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

border-color css

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

 span { border-color: rgb(116,98,103); }

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