Html Css Color HEX #767668 Tapa

📋 copy color: '#767668'

red 118 ◦ green 118 ◦ blue 104

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

Shades of Tapa #767668

Tints of Tapa #767668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 34.71%
G = 34.71%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#767668 (or 0x767668) is known color: Tapa. HEX triplet: 76, 76 and 68. RGB value is (118,118,104). Sum of RGB (Red+Green+Blue) = 118+118+104=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767668 is #898997. Grayscale: #747474. Windows color (decimal): -9013656 or 6846070. OLE color: 6846070.

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

Color convert

RGB 118 118 104 -
CMYK 0 0 0.12 0.54
HSL 60º 0.06% 0.44% -
HSV(B) 60º 0.12% 0.46% -
XYZ 16.45 17.81 15.67 -
YUV 116.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 118 118 104 0 0 0.12 0.54 60 0.06 0.44
Hex 76 76 68 0 0 C 36 3C 6 2C
Octal 166 166 150 0 0 14 66 74 6 54
Binary 1110110 1110110 1101000 0 0 1100 110110 111100 110 101100

Color Harmonies of #767668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767668

Black with #767668

Text Example


Text Example

White with #767668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767668; }

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

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

background-color css

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

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

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

border-color css

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

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

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