#76786B

Color #76786B Tapa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapa #76786B

Tints of Tapa #76786B

Color information

#76786B (or 0x76786B) is unknown color: approx Tapa. HEX triplet: 76, 78 and 6B. RGB value is (118,120,107). Sum of RGB (Red+Green+Blue) = 118+120+107=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 120 - color contains mainly: green. Hex color #76786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76786B is #898794. Grayscale: #757575. Windows color (decimal): -9013141 or 7043190. OLE color: 7043190.

HSL color Cylindrical-coordinate representation of color #76786B: hue angle of 69.23º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76786B is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB118120107-
CMYK0.0200.110.53
HSL69.23º5.73%44.51%-
HSV(B)69.23º10.83%47.06%-
XYZ16.8418.3516.56-
YUV117.92121.84128.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=34.20%
G=34.78%
B=31.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181201070.0200.110.5369.235.7344.51
Hex76786B20B354562d
Octal166170153201365105655
Binary11101101111000110101110010111101011000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76786B;
 }
 .AnyTagClassName
 {
   color: #76786B;
 }
</style>
background-color css

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

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

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

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

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

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