Html Css Color HEX #78776B Tapa

📋 copy color: '#78776B'

red 120 ◦ green 119 ◦ blue 107

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

Shades of Tapa #78776B

Tints of Tapa #78776B

RGB

 RED value IS 120 (47.27% from 255) = 34.68%

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

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

R = 34.68%
G = 34.39%
B = 30.92%

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

#78776B (or 0x78776B) is known color: Tapa. HEX triplet: 78, 77 and 6B. RGB value is (120,119,107). Sum of RGB (Red+Green+Blue) = 120+119+107=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 120 - color contains mainly: red. Hex color #78776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78776B is #878894. Grayscale: #757575. Windows color (decimal): -8882325 or 7042936. OLE color: 7042936.

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

Color convert

RGB 120 119 107 -
CMYK 0 0.01 0.11 0.53
HSL 55.38º 0.06% 0.45% -
HSV(B) 55.38º 0.11% 0.47% -
XYZ 17 18.25 16.54 -
YUV 117.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 120 119 107 0 0.01 0.11 0.53 55.38 0.06 0.45
Hex 78 77 6B 0 1 B 35 37 6 2D
Octal 170 167 153 0 1 13 65 67 6 55
Binary 1111000 1110111 1101011 0 1 1011 110101 110111 110 101101

Color Harmonies of #78776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78776B

Black with #78776B

Text Example


Text Example

White with #78776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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