Html Css Color HEX #746266 Scorpion

📋 copy color: '#746266'

red 116 ◦ green 98 ◦ blue 102

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

Shades of Scorpion #746266

Tints of Scorpion #746266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 36.71%
G = 31.01%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#746266 (or 0x746266) is known color: Scorpion. HEX triplet: 74, 62 and 66. RGB value is (116,98,102). Sum of RGB (Red+Green+Blue) = 116+98+102=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746266 is #8B9D99. Grayscale: #676767. Windows color (decimal): -9149850 or 6709876. OLE color: 6709876.

HSL color Cylindrical-coordinate representation of color #746266: hue angle of 346.67º 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 #746266 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 102 -
CMYK 0 0.16 0.12 0.55
HSL 346.67º 0.08% 0.42% -
HSV(B) 346.67º 0.16% 0.45% -
XYZ 13.97 13.41 14.42 -
YUV 103.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 116 98 102 0 0.16 0.12 0.55 346.67 0.08 0.42
Hex 74 62 66 0 10 C 37 15B 8 2A
Octal 164 142 146 0 20 14 67 533 10 52
Binary 1110100 1100010 1100110 0 10000 1100 110111 101011011 1000 101010

Color Harmonies of #746266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746266

Black with #746266

Text Example


Text Example

White with #746266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746266; }

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

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

background-color css

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

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

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

border-color css

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

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

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