Html Css Color HEX #77796C Tapa

📋 copy color: '#77796C'

red 119 ◦ green 121 ◦ blue 108

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

Shades of Tapa #77796C

Tints of Tapa #77796C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 34.2%
G = 34.77%
B = 31.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77796C (or 0x77796C) is known color: Tapa. HEX triplet: 77, 79 and 6C. RGB value is (119,121,108). Sum of RGB (Red+Green+Blue) = 119+121+108=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 121 - color contains mainly: green. Hex color #77796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77796C is #888693. Grayscale: #767676. Windows color (decimal): -8947348 or 7108983. OLE color: 7108983.

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

Color convert

RGB 119 121 108 -
CMYK 0.02 0 0.11 0.53
HSL 69.23º 0.06% 0.45% -
HSV(B) 69.23º 0.11% 0.47% -
XYZ 17.15 18.68 16.89 -
YUV 118.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 119 121 108 0.02 0 0.11 0.53 69.23 0.06 0.45
Hex 77 79 6C 2 0 B 35 45 6 2D
Octal 167 171 154 2 0 13 65 105 6 55
Binary 1110111 1111001 1101100 10 0 1011 110101 1000101 110 101101

Color Harmonies of #77796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77796C

Black with #77796C

Text Example


Text Example

White with #77796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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