#76A4A0

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

Shades of Tradewind #76A4A0

Tints of Tradewind #76A4A0

Color information

#76A4A0 (or 0x76A4A0) is unknown color: approx Tradewind. HEX triplet: 76, A4 and A0. RGB value is (118,164,160). Sum of RGB (Red+Green+Blue) = 118+164+160=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #76A4A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A4A0 is #895B5F. Grayscale: #959595. Windows color (decimal): -9001824 or 10527862. OLE color: 10527862.

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

Color convert

RGB118164160-
CMYK0.2800.020.36
HSL174.78º20.18%55.29%-
HSV(B)174.78º28.05%64.31%-
XYZ27.0932.9438.19-
YUV149.79133.76105.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=26.70%
G=37.10%
B=36.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181641600.2800.020.36174.7820.1855.29
Hex76A4A01C0224af1437
Octal1662442403402442572467
Binary11101101010010010100000111000101001001010111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,164,160); }

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

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

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

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

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

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

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