Html Css Color HEX #78796A Tapa

📋 copy color: '#78796A'

red 120 ◦ green 121 ◦ blue 106

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

Shades of Tapa #78796A

Tints of Tapa #78796A

RGB

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

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

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

R = 34.58%
G = 34.87%
B = 30.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78796A (or 0x78796A) is known color: Tapa. HEX triplet: 78, 79 and 6A. RGB value is (120,121,106). Sum of RGB (Red+Green+Blue) = 120+121+106=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 121 - color contains mainly: green. Hex color #78796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78796A is #878695. Grayscale: #777777. Windows color (decimal): -8881814 or 6977912. OLE color: 6977912.

HSL color Cylindrical-coordinate representation of color #78796A: hue angle of 64º degrees, saturation: 0.07, 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 #78796A is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 121 106 -
CMYK 0.01 0 0.12 0.53
HSL 64º 0.07% 0.45% -
HSV(B) 64º 0.12% 0.47% -
XYZ 17.18 18.71 16.34 -
YUV 118.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 120 121 106 0.01 0 0.12 0.53 64 0.07 0.45
Hex 78 79 6A 1 0 C 35 40 7 2D
Octal 170 171 152 1 0 14 65 100 7 55
Binary 1111000 1111001 1101010 1 0 1100 110101 1000000 111 101101

Color Harmonies of #78796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78796A

Black with #78796A

Text Example


Text Example

White with #78796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,121,106); }

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

background-color css

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

 a { background-color: rgb(120,121,106); }

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

border-color css

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

 span { border-color: rgb(120,121,106); }

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