Html Css Color HEX #767666 Tapa

📋 copy color: '#767666'

red 118 ◦ green 118 ◦ blue 102

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

Shades of Tapa #767666

Tints of Tapa #767666

RGB

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

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

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

R = 34.91%
G = 34.91%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#767666 (or 0x767666) is known color: Tapa. HEX triplet: 76, 76 and 66. RGB value is (118,118,102). Sum of RGB (Red+Green+Blue) = 118+118+102=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767666 is #898999. Grayscale: #747474. Windows color (decimal): -9013658 or 6714998. OLE color: 6714998.

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

Color convert

RGB 118 118 102 -
CMYK 0 0 0.14 0.54
HSL 60º 0.07% 0.43% -
HSV(B) 60º 0.14% 0.46% -
XYZ 16.35 17.77 15.14 -
YUV 116.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 118 118 102 0 0 0.14 0.54 60 0.07 0.43
Hex 76 76 66 0 0 E 36 3C 7 2B
Octal 166 166 146 0 0 16 66 74 7 53
Binary 1110110 1110110 1100110 0 0 1110 110110 111100 111 101011

Color Harmonies of #767666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767666

Black with #767666

Text Example


Text Example

White with #767666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767666; }

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

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

background-color css

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

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

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

border-color css

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

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

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