Html Css Color HEX #077684 Teal

📋 copy color: '#077684'

red 7 ◦ green 118 ◦ blue 132

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

Shades of Teal #077684

Tints of Teal #077684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.91%

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

R = 2.72%
G = 45.91%
B = 51.36%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#077684 (or 0x077684) is known color: Teal. HEX triplet: 07, 76 and 84. RGB value is (7,118,132). Sum of RGB (Red+Green+Blue) = 7+118+132=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #077684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077684 is #F8897B. Grayscale: #565656. Windows color (decimal): -16288124 or 8680967. OLE color: 8680967.

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

Color convert

RGB 7 118 132 -
CMYK 0.95 0.11 0 0.48
HSL 186.72º 0.9% 0.27% -
HSV(B) 186.72º 0.95% 0.52% -
XYZ 10.73 14.67 24.1 -
YUV 86.41 153.73 71.36 -
System Red Green Blue C M Y K H S L
Decimal 7 118 132 0.95 0.11 0 0.48 186.72 0.9 0.27
Hex 7 76 84 5F B 0 30 BB 5A 1B
Octal 7 166 204 137 13 0 60 273 132 33
Binary 111 1110110 10000100 1011111 1011 0 110000 10111011 1011010 11011

Color Harmonies of #077684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077684

Black with #077684

Text Example


Text Example

White with #077684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077684; }

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

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

background-color css

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

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

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

border-color css

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

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

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