Html Css Color HEX #077A8B Teal

📋 copy color: '#077A8B'

red 7 ◦ green 122 ◦ blue 139

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

Shades of Teal #077A8B

Tints of Teal #077A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 2.61%
G = 45.52%
B = 51.87%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#077A8B (or 0x077A8B) is known color: Teal. HEX triplet: 07, 7A and 8B. RGB value is (7,122,139). Sum of RGB (Red+Green+Blue) = 7+122+139=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #077A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A8B is #F88574. Grayscale: #595959. Windows color (decimal): -16287093 or 9140743. OLE color: 9140743.

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

Color convert

RGB 7 122 139 -
CMYK 0.95 0.12 0 0.45
HSL 187.73º 0.9% 0.29% -
HSV(B) 187.73º 0.95% 0.55% -
XYZ 11.71 15.83 26.86 -
YUV 89.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 7 122 139 0.95 0.12 0 0.45 187.73 0.9 0.29
Hex 7 7A 8B 5F C 0 2D BC 5A 1D
Octal 7 172 213 137 14 0 55 274 132 35
Binary 111 1111010 10001011 1011111 1100 0 101101 10111100 1011010 11101

Color Harmonies of #077A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A8B

Black with #077A8B

Text Example


Text Example

White with #077A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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