Html Css Color HEX #787972 Tapa

📋 copy color: '#787972'

red 120 ◦ green 121 ◦ blue 114

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

Shades of Tapa #787972

Tints of Tapa #787972

RGB

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

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

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

R = 33.8%
G = 34.08%
B = 32.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#787972 (or 0x787972) is known color: Tapa. HEX triplet: 78, 79 and 72. RGB value is (120,121,114). Sum of RGB (Red+Green+Blue) = 120+121+114=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 121 - color contains mainly: green. Hex color #787972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787972 is #87868D. Grayscale: #777777. Windows color (decimal): -8881806 or 7502200. OLE color: 7502200.

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

Color convert

RGB 120 121 114 -
CMYK 0.01 0 0.06 0.53
HSL 68.57º 0.03% 0.46% -
HSV(B) 68.57º 0.06% 0.47% -
XYZ 17.62 18.88 18.64 -
YUV 119.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 120 121 114 0.01 0 0.06 0.53 68.57 0.03 0.46
Hex 78 79 72 1 0 6 35 45 3 2E
Octal 170 171 162 1 0 6 65 105 3 56
Binary 1111000 1111001 1110010 1 0 110 110101 1000101 11 101110

Color Harmonies of #787972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787972

Black with #787972

Text Example


Text Example

White with #787972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787972; }

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

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

background-color css

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

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

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

border-color css

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

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

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