#72A79D

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

Shades of Tradewind #72A79D

Tints of Tradewind #72A79D

Color information

#72A79D (or 0x72A79D) is unknown color: approx Tradewind. HEX triplet: 72, A7 and 9D. RGB value is (114,167,157). Sum of RGB (Red+Green+Blue) = 114+167+157=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 167 - color contains mainly: green. Hex color #72A79D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A79D is #8D5862. Grayscale: #969696. Windows color (decimal): -9263203 or 10332018. OLE color: 10332018.

HSL color Cylindrical-coordinate representation of color #72A79D: hue angle of 168.68º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A79D is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB114167157-
CMYK0.3200.060.35
HSL168.68º23.14%55.1%-
HSV(B)168.68º31.74%65.49%-
XYZ26.8433.6536.98-
YUV150.01131.94102.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.03%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=26.03%
G=38.13%
B=35.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141671570.3200.060.35168.6823.1455.1
Hex72A79D200623a91737
Octal1622472354006432512767
Binary1110010101001111001110110000001101000111010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A79D; }

 p { color: rgb(114,167,157); }

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

<style>
 a { background-color: #72A79D; }

 a { background-color: rgb(114,167,157); }

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

<style>
 span { border-color: #72A79D; }

 span { border-color: rgb(114,167,157); }

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