Html Css Color HEX #077E89 Teal

📋 copy color: '#077E89'

red 7 ◦ green 126 ◦ blue 137

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

Shades of Teal #077E89

Tints of Teal #077E89

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.67%

 BLUE value IS 137 (53.91% from 255) = 50.74%

R = 2.59%
G = 46.67%
B = 50.74%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#077E89 (or 0x077E89) is known color: Teal. HEX triplet: 07, 7E and 89. RGB value is (7,126,137). Sum of RGB (Red+Green+Blue) = 7+126+137=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #077E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077E89 is #F88176. Grayscale: #5B5B5B. Windows color (decimal): -16286071 or 9010695. OLE color: 9010695.

HSL color Cylindrical-coordinate representation of color #077E89: hue angle of 185.08º 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 #077E89 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 126 137 -
CMYK 0.95 0.08 0 0.46
HSL 185.08º 0.9% 0.28% -
HSV(B) 185.08º 0.95% 0.54% -
XYZ 12.06 16.77 26.27 -
YUV 91.67 153.58 67.61 -
System Red Green Blue C M Y K H S L
Decimal 7 126 137 0.95 0.08 0 0.46 185.08 0.9 0.28
Hex 7 7E 89 5F 8 0 2E B9 5A 1C
Octal 7 176 211 137 10 0 56 271 132 34
Binary 111 1111110 10001001 1011111 1000 0 101110 10111001 1011010 11100

Color Harmonies of #077E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077E89

Black with #077E89

Text Example


Text Example

White with #077E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,126,137); }

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

background-color css

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

 a { background-color: rgb(7,126,137); }

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

border-color css

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

 span { border-color: rgb(7,126,137); }

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