#787875

Color #787875 Tapa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapa #787875

Tints of Tapa #787875

Color information

#787875 (or 0x787875) is unknown color: approx Tapa. HEX triplet: 78, 78 and 75. RGB value is (120,120,117). Sum of RGB (Red+Green+Blue) = 120+120+117=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787875 is #87878A. Grayscale: #777777. Windows color (decimal): -8882059 or 7698552. OLE color: 7698552.

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

Color convert

RGB120120117-
CMYK000.020.53
HSL60º1.27%46.47%-
HSV(B)60º2.5%47.06%-
XYZ17.6718.7119.51-
YUV119.66126.5128.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=33.61%
G=33.61%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120120117000.020.53601.2746.47
Hex787875002353c12e
Octal1701701650026574156
Binary11110001111000111010100101101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787875; }

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

 H1.HeaderClassName
 {
   color: #787875;
 }
 .AnyTagClassName
 {
   color: #787875;
 }
</style>
background-color css

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

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

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

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

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

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