Html Css Color HEX #077D8B Teal

📋 copy color: '#077D8B'

red 7 ◦ green 125 ◦ blue 139

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

Shades of Teal #077D8B

Tints of Teal #077D8B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.13%

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

R = 2.58%
G = 46.13%
B = 51.29%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#077D8B (or 0x077D8B) is known color: Teal. HEX triplet: 07, 7D and 8B. RGB value is (7,125,139). Sum of RGB (Red+Green+Blue) = 7+125+139=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #077D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D8B is #F88274. Grayscale: #5B5B5B. Windows color (decimal): -16286325 or 9141511. OLE color: 9141511.

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

Color convert

RGB 7 125 139 -
CMYK 0.95 0.10 0 0.45
HSL 186.36º 0.9% 0.29% -
HSV(B) 186.36º 0.95% 0.55% -
XYZ 12.08 16.58 26.99 -
YUV 91.31 154.91 67.86 -
System Red Green Blue C M Y K H S L
Decimal 7 125 139 0.95 0.10 0 0.45 186.36 0.9 0.29
Hex 7 7D 8B 5F A 0 2D BA 5A 1D
Octal 7 175 213 137 12 0 55 272 132 35
Binary 111 1111101 10001011 1011111 1010 0 101101 10111010 1011010 11101

Color Harmonies of #077D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077D8B

Black with #077D8B

Text Example


Text Example

White with #077D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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