Html Css Color HEX #76776B Tapa

📋 copy color: '#76776B'

red 118 ◦ green 119 ◦ blue 107

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

Shades of Tapa #76776B

Tints of Tapa #76776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

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

R = 34.3%
G = 34.59%
B = 31.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#76776B (or 0x76776B) is known color: Tapa. HEX triplet: 76, 77 and 6B. RGB value is (118,119,107). Sum of RGB (Red+Green+Blue) = 118+119+107=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 119 - color contains mainly: green. Hex color #76776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76776B is #898894. Grayscale: #757575. Windows color (decimal): -9013397 or 7042934. OLE color: 7042934.

HSL color Cylindrical-coordinate representation of color #76776B: hue angle of 65º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #76776B is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 119 107 -
CMYK 0.01 0 0.10 0.53
HSL 65º 0.05% 0.44% -
HSV(B) 65º 0.1% 0.47% -
XYZ 16.72 18.11 16.52 -
YUV 117.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 118 119 107 0.01 0 0.10 0.53 65 0.05 0.44
Hex 76 77 6B 1 0 A 35 41 5 2C
Octal 166 167 153 1 0 12 65 101 5 54
Binary 1110110 1110111 1101011 1 0 1010 110101 1000001 101 101100

Color Harmonies of #76776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76776B

Black with #76776B

Text Example


Text Example

White with #76776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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