Html Css Color HEX #77776D Tapa

📋 copy color: '#77776D'

red 119 ◦ green 119 ◦ blue 109

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

Shades of Tapa #77776D

Tints of Tapa #77776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 34.29%
G = 34.29%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77776D (or 0x77776D) is known color: Tapa. HEX triplet: 77, 77 and 6D. RGB value is (119,119,109). Sum of RGB (Red+Green+Blue) = 119+119+109=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77776D is #888892. Grayscale: #757575. Windows color (decimal): -8947859 or 7174007. OLE color: 7174007.

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

Color convert

RGB 119 119 109 -
CMYK 0 0 0.08 0.53
HSL 60º 0.04% 0.45% -
HSV(B) 60º 0.08% 0.47% -
XYZ 16.96 18.22 17.09 -
YUV 117.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 119 119 109 0 0 0.08 0.53 60 0.04 0.45
Hex 77 77 6D 0 0 8 35 3C 4 2D
Octal 167 167 155 0 0 10 65 74 4 55
Binary 1110111 1110111 1101101 0 0 1000 110101 111100 100 101101

Color Harmonies of #77776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77776D

Black with #77776D

Text Example


Text Example

White with #77776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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