Html Css Color HEX #787768 Tapa

📋 copy color: '#787768'

red 120 ◦ green 119 ◦ blue 104

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

Shades of Tapa #787768

Tints of Tapa #787768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 34.99%
G = 34.69%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#787768 (or 0x787768) is known color: Tapa. HEX triplet: 78, 77 and 68. RGB value is (120,119,104). Sum of RGB (Red+Green+Blue) = 120+119+104=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #787768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787768 is #878897. Grayscale: #757575. Windows color (decimal): -8882328 or 6846328. OLE color: 6846328.

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

Color convert

RGB 120 119 104 -
CMYK 0 0.01 0.13 0.53
HSL 56.25º 0.07% 0.44% -
HSV(B) 56.25º 0.13% 0.47% -
XYZ 16.84 18.19 15.72 -
YUV 117.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 120 119 104 0 0.01 0.13 0.53 56.25 0.07 0.44
Hex 78 77 68 0 1 D 35 38 7 2C
Octal 170 167 150 0 1 15 65 70 7 54
Binary 1111000 1110111 1101000 0 1 1101 110101 111000 111 101100

Color Harmonies of #787768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787768

Black with #787768

Text Example


Text Example

White with #787768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787768; }

 p { color: rgb(120,119,104); }

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

background-color css

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

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

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

border-color css

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

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

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