Html Css Color HEX #776A70 Scorpion

📋 copy color: '#776A70'

red 119 ◦ green 106 ◦ blue 112

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

Shades of Scorpion #776A70

Tints of Scorpion #776A70

RGB

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

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

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

R = 35.31%
G = 31.45%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#776A70 (or 0x776A70) is known color: Scorpion. HEX triplet: 77, 6A and 70. RGB value is (119,106,112). Sum of RGB (Red+Green+Blue) = 119+106+112=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A70 is #88958F. Grayscale: #6E6E6E. Windows color (decimal): -8951184 or 7367287. OLE color: 7367287.

HSL color Cylindrical-coordinate representation of color #776A70: hue angle of 332.31º 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 #776A70 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 112 -
CMYK 0 0.11 0.06 0.53
HSL 332.31º 0.06% 0.44% -
HSV(B) 332.31º 0.11% 0.47% -
XYZ 15.69 15.4 17.47 -
YUV 110.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 119 106 112 0 0.11 0.06 0.53 332.31 0.06 0.44
Hex 77 6A 70 0 B 6 35 14C 6 2C
Octal 167 152 160 0 13 6 65 514 6 54
Binary 1110111 1101010 1110000 0 1011 110 110101 101001100 110 101100

Color Harmonies of #776A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A70

Black with #776A70

Text Example


Text Example

White with #776A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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