Html Css Color HEX #77796B Tapa

📋 copy color: '#77796B'

red 119 ◦ green 121 ◦ blue 107

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

Shades of Tapa #77796B

Tints of Tapa #77796B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 34.29%
G = 34.87%
B = 30.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#77796B (or 0x77796B) is known color: Tapa. HEX triplet: 77, 79 and 6B. RGB value is (119,121,107). Sum of RGB (Red+Green+Blue) = 119+121+107=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #77796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77796B is #888694. Grayscale: #767676. Windows color (decimal): -8947349 or 7043447. OLE color: 7043447.

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

Color convert

RGB 119 121 107 -
CMYK 0.02 0 0.12 0.53
HSL 68.57º 0.06% 0.45% -
HSV(B) 68.57º 0.12% 0.47% -
XYZ 17.1 18.66 16.61 -
YUV 118.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 119 121 107 0.02 0 0.12 0.53 68.57 0.06 0.45
Hex 77 79 6B 2 0 C 35 45 6 2D
Octal 167 171 153 2 0 14 65 105 6 55
Binary 1110111 1111001 1101011 10 0 1100 110101 1000101 110 101101

Color Harmonies of #77796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77796B

Black with #77796B

Text Example


Text Example

White with #77796B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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