#077A8A

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

Shades of Teal #077A8A

Tints of Teal #077A8A

Color information

#077A8A (or 0x077A8A) is unknown color: approx Teal. HEX triplet: 07, 7A and 8A. RGB value is (7,122,138). Sum of RGB (Red+Green+Blue) = 7+122+138=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #077A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A8A is #F88575. Grayscale: #595959. Windows color (decimal): -16287094 or 9075207. OLE color: 9075207.

HSL color Cylindrical-coordinate representation of color #077A8A: hue angle of 187.33º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077A8A is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7122138-
CMYK0.950.1200.46
HSL187.33º90.34%28.43%-
HSV(B)187.33º94.93%54.12%-
XYZ11.6315.826.48-
YUV89.44155.469.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.62%
GREEN value IS 122 (48.05% from 255) = 45.69%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=2.62%
G=45.69%
B=51.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71221380.950.1200.46187.3390.3428.43
Hex77A8A5FC02Ebb5a1c
Octal71722121371405627313234
Binary11111110101000101010111111100010111010111011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,122,138); }

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

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

 a { background-color: rgb(7,122,138); }

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

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

 span { border-color: rgb(7,122,138); }

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