Html Css Color HEX #077784 Teal

📋 copy color: '#077784'

red 7 ◦ green 119 ◦ blue 132

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

Shades of Teal #077784

Tints of Teal #077784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.16%

R = 2.71%
G = 46.12%
B = 51.16%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#077784 (or 0x077784) is known color: Teal. HEX triplet: 07, 77 and 84. RGB value is (7,119,132). Sum of RGB (Red+Green+Blue) = 7+119+132=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #077784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077784 is #F8887B. Grayscale: #565656. Windows color (decimal): -16287868 or 8681223. OLE color: 8681223.

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

Color convert

RGB 7 119 132 -
CMYK 0.95 0.10 0 0.48
HSL 186.24º 0.9% 0.27% -
HSV(B) 186.24º 0.95% 0.52% -
XYZ 10.85 14.9 24.13 -
YUV 86.99 153.39 70.94 -
System Red Green Blue C M Y K H S L
Decimal 7 119 132 0.95 0.10 0 0.48 186.24 0.9 0.27
Hex 7 77 84 5F A 0 30 BA 5A 1B
Octal 7 167 204 137 12 0 60 272 132 33
Binary 111 1110111 10000100 1011111 1010 0 110000 10111010 1011010 11011

Color Harmonies of #077784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077784

Black with #077784

Text Example


Text Example

White with #077784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077784; }

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

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

background-color css

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

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

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

border-color css

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

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

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