Html Css Color HEX #077E8C Teal

📋 copy color: '#077E8C'

red 7 ◦ green 126 ◦ blue 140

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

Shades of Teal #077E8C

Tints of Teal #077E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.15%

 BLUE value IS 140 (55.08% from 255) = 51.28%

R = 2.56%
G = 46.15%
B = 51.28%

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

#077E8C (or 0x077E8C) is known color: Teal. HEX triplet: 07, 7E and 8C. RGB value is (7,126,140). Sum of RGB (Red+Green+Blue) = 7+126+140=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #077E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077E8C is #F88173. Grayscale: #5B5B5B. Windows color (decimal): -16286068 or 9207303. OLE color: 9207303.

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

Color convert

RGB 7 126 140 -
CMYK 0.95 0.10 0 0.45
HSL 186.32º 0.9% 0.29% -
HSV(B) 186.32º 0.95% 0.55% -
XYZ 12.28 16.86 27.42 -
YUV 92.02 155.08 67.36 -
System Red Green Blue C M Y K H S L
Decimal 7 126 140 0.95 0.10 0 0.45 186.32 0.9 0.29
Hex 7 7E 8C 5F A 0 2D BA 5A 1D
Octal 7 176 214 137 12 0 55 272 132 35
Binary 111 1111110 10001100 1011111 1010 0 101101 10111010 1011010 11101

Color Harmonies of #077E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077E8C

Black with #077E8C

Text Example


Text Example

White with #077E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,126,140); }

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

background-color css

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

 a { background-color: rgb(7,126,140); }

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

border-color css

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

 span { border-color: rgb(7,126,140); }

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