Html Css Color HEX #76766F Tapa

📋 copy color: '#76766F'

red 118 ◦ green 118 ◦ blue 111

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

Shades of Tapa #76766F

Tints of Tapa #76766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 34.01%
G = 34.01%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76766F (or 0x76766F) is known color: Tapa. HEX triplet: 76, 76 and 6F. RGB value is (118,118,111). Sum of RGB (Red+Green+Blue) = 118+118+111=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76766F is #898990. Grayscale: #757575. Windows color (decimal): -9013649 or 7304822. OLE color: 7304822.

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

Color convert

RGB 118 118 111 -
CMYK 0 0 0.06 0.54
HSL 60º 0.03% 0.45% -
HSV(B) 60º 0.06% 0.46% -
XYZ 16.82 17.96 17.62 -
YUV 117.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 118 118 111 0 0 0.06 0.54 60 0.03 0.45
Hex 76 76 6F 0 0 6 36 3C 3 2D
Octal 166 166 157 0 0 6 66 74 3 55
Binary 1110110 1110110 1101111 0 0 110 110110 111100 11 101101

Color Harmonies of #76766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76766F

Black with #76766F

Text Example


Text Example

White with #76766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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