Html Css Color HEX #77786C Tapa

📋 copy color: '#77786C'

red 119 ◦ green 120 ◦ blue 108

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

Shades of Tapa #77786C

Tints of Tapa #77786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 34.29%
G = 34.58%
B = 31.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77786C (or 0x77786C) is known color: Tapa. HEX triplet: 77, 78 and 6C. RGB value is (119,120,108). Sum of RGB (Red+Green+Blue) = 119+120+108=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 120 - color contains mainly: green. Hex color #77786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77786C is #888793. Grayscale: #767676. Windows color (decimal): -8947604 or 7108727. OLE color: 7108727.

HSL color Cylindrical-coordinate representation of color #77786C: hue angle of 65º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #77786C is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 120 108 -
CMYK 0.01 0 0.10 0.53
HSL 65º 0.05% 0.45% -
HSV(B) 65º 0.1% 0.47% -
XYZ 17.03 18.44 16.85 -
YUV 118.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 119 120 108 0.01 0 0.10 0.53 65 0.05 0.45
Hex 77 78 6C 1 0 A 35 41 5 2D
Octal 167 170 154 1 0 12 65 101 5 55
Binary 1110111 1111000 1101100 1 0 1010 110101 1000001 101 101101

Color Harmonies of #77786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77786C

Black with #77786C

Text Example


Text Example

White with #77786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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