#79ACA7

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

Shades of Gulf Stream #79ACA7

Tints of Gulf Stream #79ACA7

Color information

#79ACA7 (or 0x79ACA7) is unknown color: approx Gulf Stream. HEX triplet: 79, AC and A7. RGB value is (121,172,167). Sum of RGB (Red+Green+Blue) = 121+172+167=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #79ACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ACA7 is #865358. Grayscale: #9C9C9C. Windows color (decimal): -8803161 or 10988665. OLE color: 10988665.

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

Color convert

RGB121172167-
CMYK0.3000.030.33
HSL174.12º23.5%57.45%-
HSV(B)174.12º29.65%67.45%-
XYZ29.6136.3642.02-
YUV156.18134.1102.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.30%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 167 (65.62% from 255) = 36.30%
R=26.30%
G=37.39%
B=36.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211721670.3000.030.33174.1223.557.45
Hex79ACA71E0321ae1839
Octal1712542473603412563071
Binary11110011010110010100111111100111000011010111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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