Html Css Color HEX #077D8D Teal

📋 copy color: '#077D8D'

red 7 ◦ green 125 ◦ blue 141

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

Shades of Teal #077D8D

Tints of Teal #077D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.65%

R = 2.56%
G = 45.79%
B = 51.65%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#077D8D (or 0x077D8D) is known color: Teal. HEX triplet: 07, 7D and 8D. RGB value is (7,125,141). Sum of RGB (Red+Green+Blue) = 7+125+141=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #077D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077D8D is #F88272. Grayscale: #5B5B5B. Windows color (decimal): -16286323 or 9272583. OLE color: 9272583.

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

Color convert

RGB 7 125 141 -
CMYK 0.95 0.11 0 0.45
HSL 187.16º 0.91% 0.29% -
HSV(B) 187.16º 0.95% 0.55% -
XYZ 12.23 16.64 27.77 -
YUV 91.54 155.91 67.7 -
System Red Green Blue C M Y K H S L
Decimal 7 125 141 0.95 0.11 0 0.45 187.16 0.91 0.29
Hex 7 7D 8D 5F B 0 2D BB 5B 1D
Octal 7 175 215 137 13 0 55 273 133 35
Binary 111 1111101 10001101 1011111 1011 0 101101 10111011 1011011 11101

Color Harmonies of #077D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077D8D

Black with #077D8D

Text Example


Text Example

White with #077D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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