Html Css Color HEX #776A6F Scorpion

📋 copy color: '#776A6F'

red 119 ◦ green 106 ◦ blue 111

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

Shades of Scorpion #776A6F

Tints of Scorpion #776A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 35.42%
G = 31.55%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#776A6F (or 0x776A6F) is known color: Scorpion. HEX triplet: 77, 6A and 6F. RGB value is (119,106,111). Sum of RGB (Red+Green+Blue) = 119+106+111=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #776A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A6F is #889590. Grayscale: #6E6E6E. Windows color (decimal): -8951185 or 7301751. OLE color: 7301751.

HSL color Cylindrical-coordinate representation of color #776A6F: hue angle of 336.92º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776A6F is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 111 -
CMYK 0 0.11 0.07 0.53
HSL 336.92º 0.06% 0.44% -
HSV(B) 336.92º 0.11% 0.47% -
XYZ 15.63 15.38 17.18 -
YUV 110.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 119 106 111 0 0.11 0.07 0.53 336.92 0.06 0.44
Hex 77 6A 6F 0 B 7 35 151 6 2C
Octal 167 152 157 0 13 7 65 521 6 54
Binary 1110111 1101010 1101111 0 1011 111 110101 101010001 110 101100

Color Harmonies of #776A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A6F

Black with #776A6F

Text Example


Text Example

White with #776A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776A6F; }

 p { color: rgb(119,106,111); }

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

background-color css

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

 a { background-color: rgb(119,106,111); }

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

border-color css

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

 span { border-color: rgb(119,106,111); }

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