#077C81

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

Shades of Teal #077C81

Tints of Teal #077C81

Color information

#077C81 (or 0x077C81) is unknown color: approx Teal. HEX triplet: 07, 7C and 81. RGB value is (7,124,129). Sum of RGB (Red+Green+Blue) = 7+124+129=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #077C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077C81 is #F8837E. Grayscale: #595959. Windows color (decimal): -16286591 or 8485895. OLE color: 8485895.

HSL color Cylindrical-coordinate representation of color #077C81: hue angle of 182.46º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077C81 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7124129-
CMYK0.950.0400.49
HSL182.46º89.71%26.67%-
HSV(B)182.46º94.57%50.59%-
XYZ11.2616.0523.27-
YUV89.59150.2469.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.69%
GREEN value IS 124 (48.83% from 255) = 47.69%
BLUE value IS 129 (50.78% from 255) = 49.62%
R=2.69%
G=47.69%
B=49.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71241290.950.0400.49182.4689.7126.67
Hex77C815F4031b65a1b
Octal7174201137406126613233
Binary1111111100100000011011111100011000110110110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077C81; }

 p { color: rgb(7,124,129); }

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

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

 a { background-color: rgb(7,124,129); }

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

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

 span { border-color: rgb(7,124,129); }

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