Html Css Color HEX #77796A Tapa

📋 copy color: '#77796A'

red 119 ◦ green 121 ◦ blue 106

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

Shades of Tapa #77796A

Tints of Tapa #77796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 34.39%
G = 34.97%
B = 30.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#77796A (or 0x77796A) is known color: Tapa. HEX triplet: 77, 79 and 6A. RGB value is (119,121,106). Sum of RGB (Red+Green+Blue) = 119+121+106=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 121 - color contains mainly: green. Hex color #77796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77796A is #888695. Grayscale: #767676. Windows color (decimal): -8947350 or 6977911. OLE color: 6977911.

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

Color convert

RGB 119 121 106 -
CMYK 0.02 0 0.12 0.53
HSL 68º 0.07% 0.45% -
HSV(B) 68º 0.12% 0.47% -
XYZ 17.05 18.64 16.33 -
YUV 118.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 119 121 106 0.02 0 0.12 0.53 68 0.07 0.45
Hex 77 79 6A 2 0 C 35 44 7 2D
Octal 167 171 152 2 0 14 65 104 7 55
Binary 1110111 1111001 1101010 10 0 1100 110101 1000100 111 101101

Color Harmonies of #77796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77796A

Black with #77796A

Text Example


Text Example

White with #77796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77796A; }

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

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

background-color css

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

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

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

border-color css

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

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

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