#077786

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

Shades of Teal #077786

Tints of Teal #077786

Color information

#077786 (or 0x077786) is unknown color: approx Teal. HEX triplet: 07, 77 and 86. RGB value is (7,119,134). Sum of RGB (Red+Green+Blue) = 7+119+134=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #077786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077786 is #F88879. Grayscale: #575757. Windows color (decimal): -16287866 or 8812295. OLE color: 8812295.

HSL color Cylindrical-coordinate representation of color #077786: hue angle of 187.09º 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 #077786 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7119134-
CMYK0.950.1100.47
HSL187.09º90.07%27.65%-
HSV(B)187.09º94.78%52.55%-
XYZ10.9914.9624.86-
YUV87.22154.3970.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.69%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 134 (52.73% from 255) = 51.54%
R=2.69%
G=45.77%
B=51.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71191340.950.1100.47187.0990.0727.65
Hex777865FB02Fbb5a1c
Octal71672061371305727313234
Binary11111101111000011010111111011010111110111011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077786; }

 p { color: rgb(7,119,134); }

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

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

 a { background-color: rgb(7,119,134); }

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

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

 span { border-color: rgb(7,119,134); }

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