Html Css Color HEX #077789 Teal

📋 copy color: '#077789'

red 7 ◦ green 119 ◦ blue 137

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

Shades of Teal #077789

Tints of Teal #077789

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.25%

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

R = 2.66%
G = 45.25%
B = 52.09%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#077789 (or 0x077789) is known color: Teal. HEX triplet: 07, 77 and 89. RGB value is (7,119,137). Sum of RGB (Red+Green+Blue) = 7+119+137=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #077789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077789 is #F88876. Grayscale: #575757. Windows color (decimal): -16287863 or 9008903. OLE color: 9008903.

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

Color convert

RGB 7 119 137 -
CMYK 0.95 0.13 0 0.46
HSL 188.31º 0.9% 0.28% -
HSV(B) 188.31º 0.95% 0.54% -
XYZ 11.2 15.04 25.98 -
YUV 87.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 7 119 137 0.95 0.13 0 0.46 188.31 0.9 0.28
Hex 7 77 89 5F D 0 2E BC 5A 1C
Octal 7 167 211 137 15 0 56 274 132 34
Binary 111 1110111 10001001 1011111 1101 0 101110 10111100 1011010 11100

Color Harmonies of #077789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077789

Black with #077789

Text Example


Text Example

White with #077789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077789; }

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

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

background-color css

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

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

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

border-color css

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

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

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