Html Css Color HEX #077689 Teal

📋 copy color: '#077689'

red 7 ◦ green 118 ◦ blue 137

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

Shades of Teal #077689

Tints of Teal #077689

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.04%

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

R = 2.67%
G = 45.04%
B = 52.29%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#077689 (or 0x077689) is known color: Teal. HEX triplet: 07, 76 and 89. RGB value is (7,118,137). Sum of RGB (Red+Green+Blue) = 7+118+137=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #077689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077689 is #F88976. Grayscale: #565656. Windows color (decimal): -16288119 or 9008647. OLE color: 9008647.

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

Color convert

RGB 7 118 137 -
CMYK 0.95 0.14 0 0.46
HSL 188.77º 0.9% 0.28% -
HSV(B) 188.77º 0.95% 0.54% -
XYZ 11.08 14.81 25.94 -
YUV 86.98 156.23 70.96 -
System Red Green Blue C M Y K H S L
Decimal 7 118 137 0.95 0.14 0 0.46 188.77 0.9 0.28
Hex 7 76 89 5F E 0 2E BD 5A 1C
Octal 7 166 211 137 16 0 56 275 132 34
Binary 111 1110110 10001001 1011111 1110 0 101110 10111101 1011010 11100

Color Harmonies of #077689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077689

Black with #077689

Text Example


Text Example

White with #077689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077689; }

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

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

background-color css

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

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

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

border-color css

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

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

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