#74ACA7

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

Shades of Tradewind #74ACA7

Tints of Tradewind #74ACA7

Color information

#74ACA7 (or 0x74ACA7) is unknown color: approx Tradewind. HEX triplet: 74, AC and A7. RGB value is (116,172,167). Sum of RGB (Red+Green+Blue) = 116+172+167=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #74ACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ACA7 is #8B5358. Grayscale: #9A9A9A. Windows color (decimal): -9130841 or 10988660. OLE color: 10988660.

HSL color Cylindrical-coordinate representation of color #74ACA7: hue angle of 174.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74ACA7 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB116172167-
CMYK0.3300.030.33
HSL174.64º25.23%56.47%-
HSV(B)174.64º32.56%67.45%-
XYZ28.9336.0141.98-
YUV154.69134.95100.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=25.49%
G=37.80%
B=36.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161721670.3300.030.33174.6425.2356.47
Hex74ACA7210321af1938
Octal1642542474103412573170
Binary111010010101100101001111000010111000011010111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74ACA7; }

 p { color: rgb(116,172,167); }

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

<style>
 a { background-color: #74ACA7; }

 a { background-color: rgb(116,172,167); }

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

<style>
 span { border-color: #74ACA7; }

 span { border-color: rgb(116,172,167); }

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