#777774

Color #777774 Tapa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapa #777774

Tints of Tapa #777774

Color information

#777774 (or 0x777774) is unknown color: approx 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

RGB119119116-
CMYK000.030.53
HSL60º1.28%46.08%-
HSV(B)60º2.52%46.67%-
XYZ17.3618.3819.16-
YUV118.66126.5128.24-

RGB Variations

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

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.70% from 255) = 32.77%
R=33.62%
G=33.62%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119119116000.030.53601.2846.08
Hex777774003353c12e
Octal1671671640036574156
Binary11101111110111111010000111101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>