Html Css Color HEX #077B83 Teal

📋 copy color: '#077B83'

red 7 ◦ green 123 ◦ blue 131

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

Shades of Teal #077B83

Tints of Teal #077B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.19%

R = 2.68%
G = 47.13%
B = 50.19%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#077B83 (or 0x077B83) is known color: Teal. HEX triplet: 07, 7B and 83. RGB value is (7,123,131). Sum of RGB (Red+Green+Blue) = 7+123+131=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #077B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077B83 is #F8847C. Grayscale: #595959. Windows color (decimal): -16286845 or 8616711. OLE color: 8616711.

HSL color Cylindrical-coordinate representation of color #077B83: hue angle of 183.87º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077B83 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 123 131 -
CMYK 0.95 0.06 0 0.49
HSL 183.87º 0.9% 0.27% -
HSV(B) 183.87º 0.95% 0.51% -
XYZ 11.27 15.85 23.94 -
YUV 89.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 7 123 131 0.95 0.06 0 0.49 183.87 0.9 0.27
Hex 7 7B 83 5F 6 0 31 B8 5A 1B
Octal 7 173 203 137 6 0 61 270 132 33
Binary 111 1111011 10000011 1011111 110 0 110001 10111000 1011010 11011

Color Harmonies of #077B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077B83

Black with #077B83

Text Example


Text Example

White with #077B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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