Html Css Color HEX #077A8A Teal

📋 copy color: '#077A8A'

red 7 ◦ green 122 ◦ blue 138

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

Shades of Teal #077A8A

Tints of Teal #077A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.69%

R = 2.62%
G = 45.69%
B = 51.69%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#077A8A (or 0x077A8A) is known color: Teal. HEX triplet: 07, 7A and 8A. RGB value is (7,122,138). Sum of RGB (Red+Green+Blue) = 7+122+138=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #077A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A8A is #F88575. Grayscale: #595959. Windows color (decimal): -16287094 or 9075207. OLE color: 9075207.

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

Color convert

RGB 7 122 138 -
CMYK 0.95 0.12 0 0.46
HSL 187.33º 0.9% 0.28% -
HSV(B) 187.33º 0.95% 0.54% -
XYZ 11.63 15.8 26.48 -
YUV 89.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 7 122 138 0.95 0.12 0 0.46 187.33 0.9 0.28
Hex 7 7A 8A 5F C 0 2E BB 5A 1C
Octal 7 172 212 137 14 0 56 273 132 34
Binary 111 1111010 10001010 1011111 1100 0 101110 10111011 1011010 11100

Color Harmonies of #077A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A8A

Black with #077A8A

Text Example


Text Example

White with #077A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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