Html Css Color HEX #76766D Tapa

📋 copy color: '#76766D'

red 118 ◦ green 118 ◦ blue 109

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

Shades of Tapa #76766D

Tints of Tapa #76766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 34.2%
G = 34.2%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76766D (or 0x76766D) is known color: Tapa. HEX triplet: 76, 76 and 6D. RGB value is (118,118,109). Sum of RGB (Red+Green+Blue) = 118+118+109=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76766D is #898992. Grayscale: #757575. Windows color (decimal): -9013651 or 7173750. OLE color: 7173750.

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

Color convert

RGB 118 118 109 -
CMYK 0 0 0.08 0.54
HSL 60º 0.04% 0.45% -
HSV(B) 60º 0.08% 0.46% -
XYZ 16.71 17.91 17.04 -
YUV 116.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 118 118 109 0 0 0.08 0.54 60 0.04 0.45
Hex 76 76 6D 0 0 8 36 3C 4 2D
Octal 166 166 155 0 0 10 66 74 4 55
Binary 1110110 1110110 1101101 0 0 1000 110110 111100 100 101101

Color Harmonies of #76766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76766D

Black with #76766D

Text Example


Text Example

White with #76766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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