#077987

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

Shades of Teal #077987

Tints of Teal #077987

Color information

#077987 (or 0x077987) is unknown color: approx Teal. HEX triplet: 07, 79 and 87. RGB value is (7,121,135). Sum of RGB (Red+Green+Blue) = 7+121+135=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #077987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077987 is #F88678. Grayscale: #585858. Windows color (decimal): -16287353 or 8878343. OLE color: 8878343.

HSL color Cylindrical-coordinate representation of color #077987: hue angle of 186.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077987 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7121135-
CMYK0.950.1000.47
HSL186.56º90.14%27.84%-
HSV(B)186.56º94.81%52.94%-
XYZ11.315.4725.31-
YUV88.51154.2369.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.66%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 135 (53.12% from 255) = 51.33%
R=2.66%
G=46.01%
B=51.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71211350.950.1000.47186.5690.1427.84
Hex779875FA02Fbb5a1c
Octal71712071371205727313234
Binary11111110011000011110111111010010111110111011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077987; }

 p { color: rgb(7,121,135); }

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

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

 a { background-color: rgb(7,121,135); }

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

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

 span { border-color: rgb(7,121,135); }

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