Html Css Color HEX #767673 Tapa

📋 copy color: '#767673'

red 118 ◦ green 118 ◦ blue 115

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

Shades of Tapa #767673

Tints of Tapa #767673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 33.62%
G = 33.62%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#767673 (or 0x767673) is known color: Tapa. HEX triplet: 76, 76 and 73. RGB value is (118,118,115). Sum of RGB (Red+Green+Blue) = 118+118+115=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767673 is #89898C. Grayscale: #757575. Windows color (decimal): -9013645 or 7566966. OLE color: 7566966.

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

Color convert

RGB 118 118 115 -
CMYK 0 0 0.03 0.54
HSL 60º 0.01% 0.46% -
HSV(B) 60º 0.03% 0.46% -
XYZ 17.04 18.05 18.8 -
YUV 117.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 118 118 115 0 0 0.03 0.54 60 0.01 0.46
Hex 76 76 73 0 0 3 36 3C 1 2E
Octal 166 166 163 0 0 3 66 74 1 56
Binary 1110110 1110110 1110011 0 0 11 110110 111100 1 101110

Color Harmonies of #767673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767673

Black with #767673

Text Example


Text Example

White with #767673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767673; }

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

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

background-color css

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

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

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

border-color css

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

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

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