Html Css Color HEX #787866 Tapa

📋 copy color: '#787866'

red 120 ◦ green 120 ◦ blue 102

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

Shades of Tapa #787866

Tints of Tapa #787866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 35.09%
G = 35.09%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#787866 (or 0x787866) is known color: Tapa. HEX triplet: 78, 78 and 66. RGB value is (120,120,102). Sum of RGB (Red+Green+Blue) = 120+120+102=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 120 - color contains mainly: red, green. Hex color #787866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787866 is #878799. Grayscale: #767676. Windows color (decimal): -8882074 or 6715512. OLE color: 6715512.

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

Color convert

RGB 120 120 102 -
CMYK 0 0 0.15 0.53
HSL 60º 0.08% 0.44% -
HSV(B) 60º 0.15% 0.47% -
XYZ 16.86 18.39 15.23 -
YUV 117.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 120 120 102 0 0 0.15 0.53 60 0.08 0.44
Hex 78 78 66 0 0 F 35 3C 8 2C
Octal 170 170 146 0 0 17 65 74 10 54
Binary 1111000 1111000 1100110 0 0 1111 110101 111100 1000 101100

Color Harmonies of #787866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787866

Black with #787866

Text Example


Text Example

White with #787866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787866; }

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

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

background-color css

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

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

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

border-color css

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

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

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