Html Css Color HEX #77766A Tapa

📋 copy color: '#77766A'

red 119 ◦ green 118 ◦ blue 106

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

Shades of Tapa #77766A

Tints of Tapa #77766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 34.69%
G = 34.4%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77766A (or 0x77766A) is known color: Tapa. HEX triplet: 77, 76 and 6A. RGB value is (119,118,106). Sum of RGB (Red+Green+Blue) = 119+118+106=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 119 - color contains mainly: red. Hex color #77766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77766A is #888995. Grayscale: #747474. Windows color (decimal): -8948118 or 6977143. OLE color: 6977143.

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

Color convert

RGB 119 118 106 -
CMYK 0 0.01 0.11 0.53
HSL 55.38º 0.06% 0.44% -
HSV(B) 55.38º 0.11% 0.47% -
XYZ 16.69 17.92 16.21 -
YUV 116.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 119 118 106 0 0.01 0.11 0.53 55.38 0.06 0.44
Hex 77 76 6A 0 1 B 35 37 6 2C
Octal 167 166 152 0 1 13 65 67 6 54
Binary 1110111 1110110 1101010 0 1 1011 110101 110111 110 101100

Color Harmonies of #77766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77766A

Black with #77766A

Text Example


Text Example

White with #77766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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