Html Css Color HEX #077A84 Teal

📋 copy color: '#077A84'

red 7 ◦ green 122 ◦ blue 132

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

Shades of Teal #077A84

Tints of Teal #077A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.57%

R = 2.68%
G = 46.74%
B = 50.57%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#077A84 (or 0x077A84) is known color: Teal. HEX triplet: 07, 7A and 84. RGB value is (7,122,132). Sum of RGB (Red+Green+Blue) = 7+122+132=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #077A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A84 is #F8857B. Grayscale: #585858. Windows color (decimal): -16287100 or 8681991. OLE color: 8681991.

HSL color Cylindrical-coordinate representation of color #077A84: hue angle of 184.8º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077A84 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 122 132 -
CMYK 0.95 0.08 0 0.48
HSL 184.8º 0.9% 0.27% -
HSV(B) 184.8º 0.95% 0.52% -
XYZ 11.21 15.63 24.26 -
YUV 88.76 152.4 69.69 -
System Red Green Blue C M Y K H S L
Decimal 7 122 132 0.95 0.08 0 0.48 184.8 0.9 0.27
Hex 7 7A 84 5F 8 0 30 B9 5A 1B
Octal 7 172 204 137 10 0 60 271 132 33
Binary 111 1111010 10000100 1011111 1000 0 110000 10111001 1011010 11011

Color Harmonies of #077A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077A84

Black with #077A84

Text Example


Text Example

White with #077A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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