Html Css Color HEX #077184 Teal

📋 copy color: '#077184'

red 7 ◦ green 113 ◦ blue 132

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

Shades of Teal #077184

Tints of Teal #077184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

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

R = 2.78%
G = 44.84%
B = 52.38%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#077184 (or 0x077184) is known color: Teal. HEX triplet: 07, 71 and 84. RGB value is (7,113,132). Sum of RGB (Red+Green+Blue) = 7+113+132=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #077184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077184 is #F88E7B. Grayscale: #535353. Windows color (decimal): -16289404 or 8679687. OLE color: 8679687.

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

Color convert

RGB 7 113 132 -
CMYK 0.95 0.14 0 0.48
HSL 189.12º 0.9% 0.27% -
HSV(B) 189.12º 0.95% 0.52% -
XYZ 10.16 13.52 23.9 -
YUV 83.47 155.38 73.46 -
System Red Green Blue C M Y K H S L
Decimal 7 113 132 0.95 0.14 0 0.48 189.12 0.9 0.27
Hex 7 71 84 5F E 0 30 BD 5A 1B
Octal 7 161 204 137 16 0 60 275 132 33
Binary 111 1110001 10000100 1011111 1110 0 110000 10111101 1011010 11011

Color Harmonies of #077184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077184

Black with #077184

Text Example


Text Example

White with #077184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077184; }

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

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

background-color css

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

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

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

border-color css

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

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

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