#76A29C

Color #76A29C Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #76A29C

Tints of Tradewind #76A29C

Color information

#76A29C (or 0x76A29C) is unknown color: approx Tradewind. HEX triplet: 76, A2 and 9C. RGB value is (118,162,156). Sum of RGB (Red+Green+Blue) = 118+162+156=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #76A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A29C is #895D63. Grayscale: #949494. Windows color (decimal): -9002340 or 10265206. OLE color: 10265206.

HSL color Cylindrical-coordinate representation of color #76A29C: hue angle of 171.82º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A29C is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB118162156-
CMYK0.2700.040.36
HSL171.82º19.13%54.9%-
HSV(B)171.82º27.16%63.53%-
XYZ26.3932.0936.26-
YUV148.16132.42106.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=27.06%
G=37.16%
B=35.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181621560.2700.040.36171.8219.1354.9
Hex76A29C1B0424ac1337
Octal1662422343304442542367
Binary111011010100010100111001101101001001001010110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A29C; }

 p { color: rgb(118,162,156); }

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

<style>
 a { background-color: #76A29C; }

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

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

<style>
 span { border-color: #76A29C; }

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

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