#76A79E

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

Shades of Gulf Stream #76A79E

Tints of Gulf Stream #76A79E

Color information

#76A79E (or 0x76A79E) is unknown color: approx Gulf Stream. HEX triplet: 76, A7 and 9E. RGB value is (118,167,158). Sum of RGB (Red+Green+Blue) = 118+167+158=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #76A79E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A79E is #895861. Grayscale: #979797. Windows color (decimal): -9001058 or 10397558. OLE color: 10397558.

HSL color Cylindrical-coordinate representation of color #76A79E: hue angle of 168.98º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A79E is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB118167158-
CMYK0.2900.050.35
HSL168.98º21.78%55.88%-
HSV(B)168.98º29.34%65.49%-
XYZ27.4633.9637.45-
YUV151.32131.77104.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=26.64%
G=37.70%
B=35.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181671580.2900.050.35168.9821.7855.88
Hex76A79E1D0523a91638
Octal1662472363505432512670
Binary111011010100111100111101110101011000111010100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,158); }

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

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

 a { background-color: rgb(118,167,158); }

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

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

 span { border-color: rgb(118,167,158); }

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