Html Css Color HEX #78796C Tapa

📋 copy color: '#78796C'

red 120 ◦ green 121 ◦ blue 108

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

Shades of Tapa #78796C

Tints of Tapa #78796C

RGB

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

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

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

R = 34.38%
G = 34.67%
B = 30.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78796C (or 0x78796C) is known color: Tapa. HEX triplet: 78, 79 and 6C. RGB value is (120,121,108). Sum of RGB (Red+Green+Blue) = 120+121+108=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 121 - color contains mainly: green. Hex color #78796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78796C is #878693. Grayscale: #777777. Windows color (decimal): -8881812 or 7108984. OLE color: 7108984.

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

Color convert

RGB 120 121 108 -
CMYK 0.01 0 0.11 0.53
HSL 64.62º 0.06% 0.45% -
HSV(B) 64.62º 0.11% 0.47% -
XYZ 17.29 18.75 16.9 -
YUV 119.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 120 121 108 0.01 0 0.11 0.53 64.62 0.06 0.45
Hex 78 79 6C 1 0 B 35 41 6 2D
Octal 170 171 154 1 0 13 65 101 6 55
Binary 1111000 1111001 1101100 1 0 1011 110101 1000001 110 101101

Color Harmonies of #78796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78796C

Black with #78796C

Text Example


Text Example

White with #78796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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