Html Css Color HEX #776970 Scorpion

📋 copy color: '#776970'

red 119 ◦ green 105 ◦ blue 112

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

Shades of Scorpion #776970

Tints of Scorpion #776970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 35.42%
G = 31.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#776970 (or 0x776970) is known color: Scorpion. HEX triplet: 77, 69 and 70. RGB value is (119,105,112). Sum of RGB (Red+Green+Blue) = 119+105+112=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #776970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776970 is #88968F. Grayscale: #6D6D6D. Windows color (decimal): -8951440 or 7367031. OLE color: 7367031.

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

Color convert

RGB 119 105 112 -
CMYK 0 0.12 0.06 0.53
HSL 330º 0.06% 0.44% -
HSV(B) 330º 0.12% 0.47% -
XYZ 15.58 15.19 17.44 -
YUV 109.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 119 105 112 0 0.12 0.06 0.53 330 0.06 0.44
Hex 77 69 70 0 C 6 35 14A 6 2C
Octal 167 151 160 0 14 6 65 512 6 54
Binary 1110111 1101001 1110000 0 1100 110 110101 101001010 110 101100

Color Harmonies of #776970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776970

Black with #776970

Text Example


Text Example

White with #776970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776970; }

 p { color: rgb(119,105,112); }

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

background-color css

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

 a { background-color: rgb(119,105,112); }

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

border-color css

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

 span { border-color: rgb(119,105,112); }

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