#077984

Color #077984 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #077984

Tints of Teal #077984

Color information

#077984 (or 0x077984) is unknown color: approx Teal. HEX triplet: 07, 79 and 84. RGB value is (7,121,132). Sum of RGB (Red+Green+Blue) = 7+121+132=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #077984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077984 is #F8867B. Grayscale: #585858. Windows color (decimal): -16287356 or 8681735. OLE color: 8681735.

HSL color Cylindrical-coordinate representation of color #077984: hue angle of 185.28º 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 #077984 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7121132-
CMYK0.950.0800.48
HSL185.28º89.93%27.25%-
HSV(B)185.28º94.7%51.76%-
XYZ11.0915.3924.22-
YUV88.17152.7370.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.69%
GREEN value IS 121 (47.66% from 255) = 46.54%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=2.69%
G=46.54%
B=50.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71211320.950.0800.48185.2889.9327.25
Hex779845F8030b95a1b
Octal71712041371006027113233
Binary11111110011000010010111111000011000010111001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077984; }

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

 H1.HeaderClassName
 {
   color: #077984;
 }
 .AnyTagClassName
 {
   color: #077984;
 }
</style>
background-color css

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

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

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

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

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

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