Html Css Color HEX #07778B Teal

📋 copy color: '#07778B'

red 7 ◦ green 119 ◦ blue 139

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

Shades of Teal #07778B

Tints of Teal #07778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 2.64%
G = 44.91%
B = 52.45%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07778B (or 0x07778B) is known color: Teal. HEX triplet: 07, 77 and 8B. RGB value is (7,119,139). Sum of RGB (Red+Green+Blue) = 7+119+139=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #07778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07778B is #F88874. Grayscale: #575757. Windows color (decimal): -16287861 or 9139975. OLE color: 9139975.

HSL color Cylindrical-coordinate representation of color #07778B: hue angle of 189.09º degrees, saturation: 0.9, 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 #07778B is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 119 139 -
CMYK 0.95 0.14 0 0.45
HSL 189.09º 0.9% 0.29% -
HSV(B) 189.09º 0.95% 0.55% -
XYZ 11.34 15.1 26.74 -
YUV 87.79 156.89 70.37 -
System Red Green Blue C M Y K H S L
Decimal 7 119 139 0.95 0.14 0 0.45 189.09 0.9 0.29
Hex 7 77 8B 5F E 0 2D BD 5A 1D
Octal 7 167 213 137 16 0 55 275 132 35
Binary 111 1110111 10001011 1011111 1110 0 101101 10111101 1011010 11101

Color Harmonies of #07778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07778B

Black with #07778B

Text Example


Text Example

White with #07778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07778B; }

 p { color: rgb(7,119,139); }

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

background-color css

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

 a { background-color: rgb(7,119,139); }

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

border-color css

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

 span { border-color: rgb(7,119,139); }

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