Html Css Color HEX #776166 Scorpion

📋 copy color: '#776166'

red 119 ◦ green 97 ◦ blue 102

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

Shades of Scorpion #776166

Tints of Scorpion #776166

RGB

 RED value IS 119 (46.88% from 255) = 37.42%

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

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

R = 37.42%
G = 30.5%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#776166 (or 0x776166) is known color: Scorpion. HEX triplet: 77, 61 and 66. RGB value is (119,97,102). Sum of RGB (Red+Green+Blue) = 119+97+102=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776166 is #889E99. Grayscale: #686868. Windows color (decimal): -8953498 or 6709623. OLE color: 6709623.

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

Color convert

RGB 119 97 102 -
CMYK 0 0.18 0.14 0.53
HSL 346.36º 0.1% 0.42% -
HSV(B) 346.36º 0.18% 0.47% -
XYZ 14.28 13.43 14.41 -
YUV 104.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 119 97 102 0 0.18 0.14 0.53 346.36 0.1 0.42
Hex 77 61 66 0 12 E 35 15A A 2A
Octal 167 141 146 0 22 16 65 532 12 52
Binary 1110111 1100001 1100110 0 10010 1110 110101 101011010 1010 101010

Color Harmonies of #776166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776166

Black with #776166

Text Example


Text Example

White with #776166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776166; }

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

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

background-color css

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

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

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

border-color css

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

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

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