#07767E

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

Shades of Teal #07767E

Tints of Teal #07767E

Color information

#07767E (or 0x07767E) is unknown color: approx Teal. HEX triplet: 07, 76 and 7E. RGB value is (7,118,126). Sum of RGB (Red+Green+Blue) = 7+118+126=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #07767E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07767E is #F88981. Grayscale: #555555. Windows color (decimal): -16288130 or 8287751. OLE color: 8287751.

HSL color Cylindrical-coordinate representation of color #07767E: hue angle of 184.03º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07767E is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7118126-
CMYK0.940.0600.51
HSL184.03º89.47%26.08%-
HSV(B)184.03º94.44%49.41%-
XYZ10.3314.5121.99-
YUV85.72150.7371.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.79%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 126 (49.61% from 255) = 50.20%
R=2.79%
G=47.01%
B=50.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71181260.940.0600.51184.0389.4726.08
Hex7767E5E6033b8591a
Octal7166176136606327013132
Binary111111011011111101011110110011001110111000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07767E; }

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

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

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

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

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

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

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

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