Html Css Color HEX #777770 Tapa

📋 copy color: '#777770'

red 119 ◦ green 119 ◦ blue 112

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

Shades of Tapa #777770

Tints of Tapa #777770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 34%
G = 34%
B = 32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#777770 (or 0x777770) is known color: Tapa. HEX triplet: 77, 77 and 70. RGB value is (119,119,112). Sum of RGB (Red+Green+Blue) = 119+119+112=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777770 is #88888F. Grayscale: #767676. Windows color (decimal): -8947856 or 7370615. OLE color: 7370615.

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

Color convert

RGB 119 119 112 -
CMYK 0 0 0.06 0.53
HSL 60º 0.03% 0.45% -
HSV(B) 60º 0.06% 0.47% -
XYZ 17.13 18.29 17.96 -
YUV 118.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 119 119 112 0 0 0.06 0.53 60 0.03 0.45
Hex 77 77 70 0 0 6 35 3C 3 2D
Octal 167 167 160 0 0 6 65 74 3 55
Binary 1110111 1110111 1110000 0 0 110 110101 111100 11 101101

Color Harmonies of #777770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777770

Black with #777770

Text Example


Text Example

White with #777770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777770; }

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

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

background-color css

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

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

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

border-color css

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

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

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