Html Css Color HEX #777766 Tapa

📋 copy color: '#777766'

red 119 ◦ green 119 ◦ blue 102

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

Shades of Tapa #777766

Tints of Tapa #777766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30%

R = 35%
G = 35%
B = 30%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#777766 (or 0x777766) is known color: Tapa. HEX triplet: 77, 77 and 66. RGB value is (119,119,102). Sum of RGB (Red+Green+Blue) = 119+119+102=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777766 is #888899. Grayscale: #757575. Windows color (decimal): -8947866 or 6715255. OLE color: 6715255.

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

Color convert

RGB 119 119 102 -
CMYK 0 0 0.14 0.53
HSL 60º 0.08% 0.43% -
HSV(B) 60º 0.14% 0.47% -
XYZ 16.6 18.07 15.18 -
YUV 117.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 119 119 102 0 0 0.14 0.53 60 0.08 0.43
Hex 77 77 66 0 0 E 35 3C 8 2B
Octal 167 167 146 0 0 16 65 74 10 53
Binary 1110111 1110111 1100110 0 0 1110 110101 111100 1000 101011

Color Harmonies of #777766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777766

Black with #777766

Text Example


Text Example

White with #777766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777766; }

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

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

background-color css

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

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

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

border-color css

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

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

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