Html Css Color HEX #746367 Scorpion

📋 copy color: '#746367'

red 116 ◦ green 99 ◦ blue 103

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

Shades of Scorpion #746367

Tints of Scorpion #746367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

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

R = 36.48%
G = 31.13%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#746367 (or 0x746367) is known color: Scorpion. HEX triplet: 74, 63 and 67. RGB value is (116,99,103). Sum of RGB (Red+Green+Blue) = 116+99+103=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746367 is #8B9C98. Grayscale: #686868. Windows color (decimal): -9149593 or 6775668. OLE color: 6775668.

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

Color convert

RGB 116 99 103 -
CMYK 0 0.15 0.11 0.55
HSL 345.88º 0.08% 0.42% -
HSV(B) 345.88º 0.15% 0.45% -
XYZ 14.11 13.62 14.72 -
YUV 104.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 116 99 103 0 0.15 0.11 0.55 345.88 0.08 0.42
Hex 74 63 67 0 F B 37 15A 8 2A
Octal 164 143 147 0 17 13 67 532 10 52
Binary 1110100 1100011 1100111 0 1111 1011 110111 101011010 1000 101010

Color Harmonies of #746367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746367

Black with #746367

Text Example


Text Example

White with #746367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746367; }

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

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

background-color css

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

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

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

border-color css

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

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

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