Html Css Color HEX #077081 Teal

📋 copy color: '#077081'

red 7 ◦ green 112 ◦ blue 129

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

Shades of Teal #077081

Tints of Teal #077081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.16%

 BLUE value IS 129 (50.78% from 255) = 52.02%

R = 2.82%
G = 45.16%
B = 52.02%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#077081 (or 0x077081) is known color: Teal. HEX triplet: 07, 70 and 81. RGB value is (7,112,129). Sum of RGB (Red+Green+Blue) = 7+112+129=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #077081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077081 is #F88F7E. Grayscale: #525252. Windows color (decimal): -16289663 or 8482823. OLE color: 8482823.

HSL color Cylindrical-coordinate representation of color #077081: hue angle of 188.36º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077081 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 112 129 -
CMYK 0.95 0.13 0 0.49
HSL 188.36º 0.9% 0.27% -
HSV(B) 188.36º 0.95% 0.51% -
XYZ 9.84 13.22 22.8 -
YUV 82.54 154.21 74.12 -
System Red Green Blue C M Y K H S L
Decimal 7 112 129 0.95 0.13 0 0.49 188.36 0.9 0.27
Hex 7 70 81 5F D 0 31 BC 5A 1B
Octal 7 160 201 137 15 0 61 274 132 33
Binary 111 1110000 10000001 1011111 1101 0 110001 10111100 1011010 11011

Color Harmonies of #077081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077081

Black with #077081

Text Example


Text Example

White with #077081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077081; }

 p { color: rgb(7,112,129); }

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

background-color css

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

 a { background-color: rgb(7,112,129); }

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

border-color css

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

 span { border-color: rgb(7,112,129); }

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