#7FACA7

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

Shades of Gulf Stream #7FACA7

Tints of Gulf Stream #7FACA7

Color information

#7FACA7 (or 0x7FACA7) is unknown color: approx Gulf Stream. HEX triplet: 7F, AC and A7. RGB value is (127,172,167). Sum of RGB (Red+Green+Blue) = 127+172+167=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #7FACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACA7 is #805358. Grayscale: #9D9D9D. Windows color (decimal): -8409945 or 10988671. OLE color: 10988671.

HSL color Cylindrical-coordinate representation of color #7FACA7: hue angle of 173.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FACA7 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB127172167-
CMYK0.2600.030.33
HSL173.33º21.33%58.63%-
HSV(B)173.33º26.16%67.45%-
XYZ30.4836.8142.06-
YUV157.98133.09105.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.25%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 167 (65.62% from 255) = 35.84%
R=27.25%
G=36.91%
B=35.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271721670.2600.030.33173.3321.3358.63
Hex7FACA71A0321ad153b
Octal1772542473203412552573
Binary11111111010110010100111110100111000011010110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FACA7; }

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

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

<style>
 a { background-color: #7FACA7; }

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

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

<style>
 span { border-color: #7FACA7; }

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

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