Html Css Color HEX #77776F Tapa

📋 copy color: '#77776F'

red 119 ◦ green 119 ◦ blue 111

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

Shades of Tapa #77776F

Tints of Tapa #77776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 34.1%
G = 34.1%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77776F (or 0x77776F) is known color: Tapa. HEX triplet: 77, 77 and 6F. RGB value is (119,119,111). Sum of RGB (Red+Green+Blue) = 119+119+111=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77776F is #888890. Grayscale: #767676. Windows color (decimal): -8947857 or 7305079. OLE color: 7305079.

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

Color convert

RGB 119 119 111 -
CMYK 0 0 0.07 0.53
HSL 60º 0.03% 0.45% -
HSV(B) 60º 0.07% 0.47% -
XYZ 17.07 18.26 17.66 -
YUV 118.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 119 119 111 0 0 0.07 0.53 60 0.03 0.45
Hex 77 77 6F 0 0 7 35 3C 3 2D
Octal 167 167 157 0 0 7 65 74 3 55
Binary 1110111 1110111 1101111 0 0 111 110101 111100 11 101101

Color Harmonies of #77776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77776F

Black with #77776F

Text Example


Text Example

White with #77776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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