Html Css Color HEX #787872 Tapa

📋 copy color: '#787872'

red 120 ◦ green 120 ◦ blue 114

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

Shades of Tapa #787872

Tints of Tapa #787872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 33.9%
G = 33.9%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#787872 (or 0x787872) is known color: Tapa. HEX triplet: 78, 78 and 72. RGB value is (120,120,114). Sum of RGB (Red+Green+Blue) = 120+120+114=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787872 is #87878D. Grayscale: #777777. Windows color (decimal): -8882062 or 7501944. OLE color: 7501944.

HSL color Cylindrical-coordinate representation of color #787872: 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.05%. Process color model (Four color, CMYK) of #787872 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 120 114 -
CMYK 0 0 0.05 0.53
HSL 60º 0.03% 0.46% -
HSV(B) 60º 0.05% 0.47% -
XYZ 17.5 18.64 18.6 -
YUV 119.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 120 120 114 0 0 0.05 0.53 60 0.03 0.46
Hex 78 78 72 0 0 5 35 3C 3 2E
Octal 170 170 162 0 0 5 65 74 3 56
Binary 1111000 1111000 1110010 0 0 101 110101 111100 11 101110

Color Harmonies of #787872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787872

Black with #787872

Text Example


Text Example

White with #787872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787872; }

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

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

background-color css

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

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

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

border-color css

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

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

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