Html Css Color HEX #77776C Tapa

📋 copy color: '#77776C'

red 119 ◦ green 119 ◦ blue 108

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

Shades of Tapa #77776C

Tints of Tapa #77776C

RGB

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

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

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

R = 34.39%
G = 34.39%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77776C (or 0x77776C) is known color: Tapa. HEX triplet: 77, 77 and 6C. RGB value is (119,119,108). Sum of RGB (Red+Green+Blue) = 119+119+108=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77776C is #888893. Grayscale: #757575. Windows color (decimal): -8947860 or 7108471. OLE color: 7108471.

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

Color convert

RGB 119 119 108 -
CMYK 0 0 0.09 0.53
HSL 60º 0.05% 0.45% -
HSV(B) 60º 0.09% 0.47% -
XYZ 16.91 18.2 16.81 -
YUV 117.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 119 119 108 0 0 0.09 0.53 60 0.05 0.45
Hex 77 77 6C 0 0 9 35 3C 5 2D
Octal 167 167 154 0 0 11 65 74 5 55
Binary 1110111 1110111 1101100 0 0 1001 110101 111100 101 101101

Color Harmonies of #77776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77776C

Black with #77776C

Text Example


Text Example

White with #77776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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