Html Css Color HEX #776C71 Scorpion

📋 copy color: '#776C71'

red 119 ◦ green 108 ◦ blue 113

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

Shades of Scorpion #776C71

Tints of Scorpion #776C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 35%
G = 31.76%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#776C71 (or 0x776C71) is known color: Scorpion. HEX triplet: 77, 6C and 71. RGB value is (119,108,113). Sum of RGB (Red+Green+Blue) = 119+108+113=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #776C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C71 is #88938E. Grayscale: #6F6F6F. Windows color (decimal): -8950671 or 7433335. OLE color: 7433335.

HSL color Cylindrical-coordinate representation of color #776C71: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #776C71 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 108 113 -
CMYK 0 0.09 0.05 0.53
HSL 332.73º 0.05% 0.45% -
HSV(B) 332.73º 0.09% 0.47% -
XYZ 15.95 15.84 17.84 -
YUV 111.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 119 108 113 0 0.09 0.05 0.53 332.73 0.05 0.45
Hex 77 6C 71 0 9 5 35 14D 5 2D
Octal 167 154 161 0 11 5 65 515 5 55
Binary 1110111 1101100 1110001 0 1001 101 110101 101001101 101 101101

Color Harmonies of #776C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C71

Black with #776C71

Text Example


Text Example

White with #776C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,108,113); }

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

background-color css

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

 a { background-color: rgb(119,108,113); }

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

border-color css

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

 span { border-color: rgb(119,108,113); }

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