Html Css Color HEX #777774 Tapa

📋 copy color: '#777774'

red 119 ◦ green 119 ◦ blue 116

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

Shades of Tapa #777774

Tints of Tapa #777774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 33.62%
G = 33.62%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#777774 (or 0x777774) is known color: Tapa. HEX triplet: 77, 77 and 74. RGB value is (119,119,116). Sum of RGB (Red+Green+Blue) = 119+119+116=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777774 is #88888B. Grayscale: #767676. Windows color (decimal): -8947852 or 7632759. OLE color: 7632759.

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

Color convert

RGB 119 119 116 -
CMYK 0 0 0.03 0.53
HSL 60º 0.01% 0.46% -
HSV(B) 60º 0.03% 0.47% -
XYZ 17.36 18.38 19.16 -
YUV 118.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 119 119 116 0 0 0.03 0.53 60 0.01 0.46
Hex 77 77 74 0 0 3 35 3C 1 2E
Octal 167 167 164 0 0 3 65 74 1 56
Binary 1110111 1110111 1110100 0 0 11 110101 111100 1 101110

Color Harmonies of #777774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777774

Black with #777774

Text Example


Text Example

White with #777774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777774; }

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

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

background-color css

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

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

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

border-color css

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

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

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