Html Css Color HEX #746165 Scorpion

📋 copy color: '#746165'

red 116 ◦ green 97 ◦ blue 101

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

Shades of Scorpion #746165

Tints of Scorpion #746165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 36.94%
G = 30.89%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#746165 (or 0x746165) is known color: Scorpion. HEX triplet: 74, 61 and 65. RGB value is (116,97,101). Sum of RGB (Red+Green+Blue) = 116+97+101=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #746165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746165 is #8B9E9A. Grayscale: #676767. Windows color (decimal): -9150107 or 6644084. OLE color: 6644084.

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

Color convert

RGB 116 97 101 -
CMYK 0 0.16 0.13 0.55
HSL 347.37º 0.09% 0.42% -
HSV(B) 347.37º 0.16% 0.45% -
XYZ 13.83 13.2 14.13 -
YUV 103.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 116 97 101 0 0.16 0.13 0.55 347.37 0.09 0.42
Hex 74 61 65 0 10 D 37 15B 9 2A
Octal 164 141 145 0 20 15 67 533 11 52
Binary 1110100 1100001 1100101 0 10000 1101 110111 101011011 1001 101010

Color Harmonies of #746165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746165

Black with #746165

Text Example


Text Example

White with #746165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746165; }

 p { color: rgb(116,97,101); }

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

background-color css

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

 a { background-color: rgb(116,97,101); }

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

border-color css

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

 span { border-color: rgb(116,97,101); }

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