Html Css Color HEX #766166 Scorpion

📋 copy color: '#766166'

red 118 ◦ green 97 ◦ blue 102

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

Shades of Scorpion #766166

Tints of Scorpion #766166

RGB

 RED value IS 118 (46.48% from 255) = 37.22%

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

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

R = 37.22%
G = 30.6%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766166 (or 0x766166) is known color: Scorpion. HEX triplet: 76, 61 and 66. RGB value is (118,97,102). Sum of RGB (Red+Green+Blue) = 118+97+102=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #766166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766166 is #899E99. Grayscale: #676767. Windows color (decimal): -9019034 or 6709622. OLE color: 6709622.

HSL color Cylindrical-coordinate representation of color #766166: hue angle of 345.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766166 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 102 -
CMYK 0 0.18 0.14 0.54
HSL 345.71º 0.1% 0.42% -
HSV(B) 345.71º 0.18% 0.46% -
XYZ 14.14 13.36 14.4 -
YUV 103.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 118 97 102 0 0.18 0.14 0.54 345.71 0.1 0.42
Hex 76 61 66 0 12 E 36 15A A 2A
Octal 166 141 146 0 22 16 66 532 12 52
Binary 1110110 1100001 1100110 0 10010 1110 110110 101011010 1010 101010

Color Harmonies of #766166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766166

Black with #766166

Text Example


Text Example

White with #766166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766166; }

 p { color: rgb(118,97,102); }

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

background-color css

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

 a { background-color: rgb(118,97,102); }

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

border-color css

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

 span { border-color: rgb(118,97,102); }

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