Html Css Color HEX #077B8D Teal

📋 copy color: '#077B8D'

red 7 ◦ green 123 ◦ blue 141

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

Shades of Teal #077B8D

Tints of Teal #077B8D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.39%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 2.58%
G = 45.39%
B = 52.03%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#077B8D (or 0x077B8D) is known color: Teal. HEX triplet: 07, 7B and 8D. RGB value is (7,123,141). Sum of RGB (Red+Green+Blue) = 7+123+141=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #077B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077B8D is #F88472. Grayscale: #5A5A5A. Windows color (decimal): -16286835 or 9272071. OLE color: 9272071.

HSL color Cylindrical-coordinate representation of color #077B8D: hue angle of 188.06º degrees, saturation: 0.91, 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 #077B8D is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 123 141 -
CMYK 0.95 0.13 0 0.45
HSL 188.06º 0.91% 0.29% -
HSV(B) 188.06º 0.95% 0.55% -
XYZ 11.98 16.13 27.68 -
YUV 90.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 7 123 141 0.95 0.13 0 0.45 188.06 0.91 0.29
Hex 7 7B 8D 5F D 0 2D BC 5B 1D
Octal 7 173 215 137 15 0 55 274 133 35
Binary 111 1111011 10001101 1011111 1101 0 101101 10111100 1011011 11101

Color Harmonies of #077B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077B8D

Black with #077B8D

Text Example


Text Example

White with #077B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077B8D; }

 p { color: rgb(7,123,141); }

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

background-color css

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

 a { background-color: rgb(7,123,141); }

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

border-color css

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

 span { border-color: rgb(7,123,141); }

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