Html Css Color HEX #767768 Tapa

📋 copy color: '#767768'

red 118 ◦ green 119 ◦ blue 104

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

Shades of Tapa #767768

Tints of Tapa #767768

RGB

 RED value IS 118 (46.48% from 255) = 34.6%

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

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

R = 34.6%
G = 34.9%
B = 30.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#767768 (or 0x767768) is known color: Tapa. HEX triplet: 76, 77 and 68. RGB value is (118,119,104). Sum of RGB (Red+Green+Blue) = 118+119+104=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 119 - color contains mainly: green. Hex color #767768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767768 is #898897. Grayscale: #757575. Windows color (decimal): -9013400 or 6846326. OLE color: 6846326.

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

Color convert

RGB 118 119 104 -
CMYK 0.01 0 0.13 0.53
HSL 64º 0.07% 0.44% -
HSV(B) 64º 0.13% 0.47% -
XYZ 16.57 18.04 15.71 -
YUV 116.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 118 119 104 0.01 0 0.13 0.53 64 0.07 0.44
Hex 76 77 68 1 0 D 35 40 7 2C
Octal 166 167 150 1 0 15 65 100 7 54
Binary 1110110 1110111 1101000 1 0 1101 110101 1000000 111 101100

Color Harmonies of #767768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767768

Black with #767768

Text Example


Text Example

White with #767768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767768; }

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

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

background-color css

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

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

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

border-color css

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

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

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