Html Css Color HEX #07778E Teal

📋 copy color: '#07778E'

red 7 ◦ green 119 ◦ blue 142

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

Shades of Teal #07778E

Tints of Teal #07778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 2.61%
G = 44.4%
B = 52.99%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07778E (or 0x07778E) is known color: Teal. HEX triplet: 07, 77 and 8E. RGB value is (7,119,142). Sum of RGB (Red+Green+Blue) = 7+119+142=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #07778E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07778E is #F88871. Grayscale: #575757. Windows color (decimal): -16287858 or 9336583. OLE color: 9336583.

HSL color Cylindrical-coordinate representation of color #07778E: hue angle of 190.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07778E is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 119 142 -
CMYK 0.95 0.16 0 0.44
HSL 190.22º 0.91% 0.29% -
HSV(B) 190.22º 0.95% 0.56% -
XYZ 11.57 15.19 27.91 -
YUV 88.13 158.39 70.13 -
System Red Green Blue C M Y K H S L
Decimal 7 119 142 0.95 0.16 0 0.44 190.22 0.91 0.29
Hex 7 77 8E 5F 10 0 2C BE 5B 1D
Octal 7 167 216 137 20 0 54 276 133 35
Binary 111 1110111 10001110 1011111 10000 0 101100 10111110 1011011 11101

Color Harmonies of #07778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07778E

Black with #07778E

Text Example


Text Example

White with #07778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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