Html Css Color HEX #76766B Tapa

📋 copy color: '#76766B'

red 118 ◦ green 118 ◦ blue 107

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

Shades of Tapa #76766B

Tints of Tapa #76766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 34.4%
G = 34.4%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76766B (or 0x76766B) is known color: Tapa. HEX triplet: 76, 76 and 6B. RGB value is (118,118,107). Sum of RGB (Red+Green+Blue) = 118+118+107=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76766B is #898994. Grayscale: #747474. Windows color (decimal): -9013653 or 7042678. OLE color: 7042678.

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

Color convert

RGB 118 118 107 -
CMYK 0 0 0.09 0.54
HSL 60º 0.05% 0.44% -
HSV(B) 60º 0.09% 0.46% -
XYZ 16.6 17.87 16.48 -
YUV 116.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 118 118 107 0 0 0.09 0.54 60 0.05 0.44
Hex 76 76 6B 0 0 9 36 3C 5 2C
Octal 166 166 153 0 0 11 66 74 5 54
Binary 1110110 1110110 1101011 0 0 1001 110110 111100 101 101100

Color Harmonies of #76766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76766B

Black with #76766B

Text Example


Text Example

White with #76766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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