Html Css Color HEX #077A8E Teal

📋 copy color: '#077A8E'

red 7 ◦ green 122 ◦ blue 142

#077A8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #077A8E

Tints of Teal #077A8E

RGB

 RED value IS 7 (3.13% from 255) = 2.58%

 GREEN value IS 122 (48.05% from 255) = 45.02%

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 2.58%
G = 45.02%
B = 52.4%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#077A8E (or 0x077A8E) is known color: Teal. HEX triplet: 07, 7A and 8E. RGB value is (7,122,142). Sum of RGB (Red+Green+Blue) = 7+122+142=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #077A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A8E is #F88571. Grayscale: #595959. Windows color (decimal): -16287090 or 9337351. OLE color: 9337351.

HSL color Cylindrical-coordinate representation of color #077A8E: hue angle of 188.89º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077A8E is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 122 142 -
CMYK 0.95 0.14 0 0.44
HSL 188.89º 0.91% 0.29% -
HSV(B) 188.89º 0.95% 0.56% -
XYZ 11.93 15.92 28.03 -
YUV 89.9 157.4 68.87 -
System Red Green Blue C M Y K H S L
Decimal 7 122 142 0.95 0.14 0 0.44 188.89 0.91 0.29
Hex 7 7A 8E 5F E 0 2C BD 5B 1D
Octal 7 172 216 137 16 0 54 275 133 35
Binary 111 1111010 10001110 1011111 1110 0 101100 10111101 1011011 11101

Color Harmonies of #077A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A8E

Black with #077A8E

Text Example


Text Example

White with #077A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #077A8E;
 }
 .AnyTagClassName
 {
   color: #077A8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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