Html Css Color HEX #777768 Tapa

📋 copy color: '#777768'

red 119 ◦ green 119 ◦ blue 104

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

Shades of Tapa #777768

Tints of Tapa #777768

RGB

 RED value IS 119 (46.88% from 255) = 34.8%

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

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

R = 34.8%
G = 34.8%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#777768 (or 0x777768) is known color: Tapa. HEX triplet: 77, 77 and 68. RGB value is (119,119,104). Sum of RGB (Red+Green+Blue) = 119+119+104=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777768 is #888897. Grayscale: #757575. Windows color (decimal): -8947864 or 6846327. OLE color: 6846327.

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

Color convert

RGB 119 119 104 -
CMYK 0 0 0.13 0.53
HSL 60º 0.07% 0.44% -
HSV(B) 60º 0.13% 0.47% -
XYZ 16.7 18.12 15.71 -
YUV 117.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 119 119 104 0 0 0.13 0.53 60 0.07 0.44
Hex 77 77 68 0 0 D 35 3C 7 2C
Octal 167 167 150 0 0 15 65 74 7 54
Binary 1110111 1110111 1101000 0 0 1101 110101 111100 111 101100

Color Harmonies of #777768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777768

Black with #777768

Text Example


Text Example

White with #777768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777768; }

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

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

background-color css

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

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

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

border-color css

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

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

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