#7BACA7

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

Shades of Gulf Stream #7BACA7

Tints of Gulf Stream #7BACA7

Color information

#7BACA7 (or 0x7BACA7) is unknown color: approx Gulf Stream. HEX triplet: 7B, AC and A7. RGB value is (123,172,167). Sum of RGB (Red+Green+Blue) = 123+172+167=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #7BACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BACA7 is #845358. Grayscale: #9C9C9C. Windows color (decimal): -8672089 or 10988667. OLE color: 10988667.

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

Color convert

RGB123172167-
CMYK0.2800.030.33
HSL173.88º22.79%57.84%-
HSV(B)173.88º28.49%67.45%-
XYZ29.936.5142.03-
YUV156.78133.77103.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.62%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 167 (65.62% from 255) = 36.15%
R=26.62%
G=37.23%
B=36.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231721670.2800.030.33173.8822.7957.84
Hex7BACA71C0321ae173a
Octal1732542473403412562772
Binary11110111010110010100111111000111000011010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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