#077888

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

Shades of Teal #077888

Tints of Teal #077888

Color information

#077888 (or 0x077888) is unknown color: approx Teal. HEX triplet: 07, 78 and 88. RGB value is (7,120,136). Sum of RGB (Red+Green+Blue) = 7+120+136=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #077888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077888 is #F88777. Grayscale: #575757. Windows color (decimal): -16287608 or 8943623. OLE color: 8943623.

HSL color Cylindrical-coordinate representation of color #077888: hue angle of 187.44º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077888 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7120136-
CMYK0.950.1200.47
HSL187.44º90.21%28.04%-
HSV(B)187.44º94.85%53.33%-
XYZ11.2515.2625.64-
YUV88.04155.0670.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.66%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=2.66%
G=45.63%
B=51.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71201360.950.1200.47187.4490.2128.04
Hex778885FC02Fbb5a1c
Octal71702101371405727313234
Binary11111110001000100010111111100010111110111011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077888; }

 p { color: rgb(7,120,136); }

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

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

 a { background-color: rgb(7,120,136); }

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

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

 span { border-color: rgb(7,120,136); }

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