Html Css Color HEX #787871 Tapa

📋 copy color: '#787871'

red 120 ◦ green 120 ◦ blue 113

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

Shades of Tapa #787871

Tints of Tapa #787871

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

 BLUE value IS 113 (44.53% from 255) = 32.01%

R = 33.99%
G = 33.99%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#787871 (or 0x787871) is known color: Tapa. HEX triplet: 78, 78 and 71. RGB value is (120,120,113). Sum of RGB (Red+Green+Blue) = 120+120+113=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787871 is #87878E. Grayscale: #777777. Windows color (decimal): -8882063 or 7436408. OLE color: 7436408.

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

Color convert

RGB 120 120 113 -
CMYK 0 0 0.06 0.53
HSL 60º 0.03% 0.46% -
HSV(B) 60º 0.06% 0.47% -
XYZ 17.44 18.62 18.3 -
YUV 119.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 120 120 113 0 0 0.06 0.53 60 0.03 0.46
Hex 78 78 71 0 0 6 35 3C 3 2E
Octal 170 170 161 0 0 6 65 74 3 56
Binary 1111000 1111000 1110001 0 0 110 110101 111100 11 101110

Color Harmonies of #787871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787871

Black with #787871

Text Example


Text Example

White with #787871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787871; }

 p { color: rgb(120,120,113); }

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

background-color css

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

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

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

border-color css

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

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

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