Html Css Color HEX #077381 Teal

📋 copy color: '#077381'

red 7 ◦ green 115 ◦ blue 129

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

Shades of Teal #077381

Tints of Teal #077381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

 BLUE value IS 129 (50.78% from 255) = 51.39%

R = 2.79%
G = 45.82%
B = 51.39%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#077381 (or 0x077381) is known color: Teal. HEX triplet: 07, 73 and 81. RGB value is (7,115,129). Sum of RGB (Red+Green+Blue) = 7+115+129=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #077381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077381 is #F88C7E. Grayscale: #545454. Windows color (decimal): -16288895 or 8483591. OLE color: 8483591.

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

Color convert

RGB 7 115 129 -
CMYK 0.95 0.11 0 0.49
HSL 186.89º 0.9% 0.27% -
HSV(B) 186.89º 0.95% 0.51% -
XYZ 10.18 13.89 22.91 -
YUV 84.3 153.22 72.86 -
System Red Green Blue C M Y K H S L
Decimal 7 115 129 0.95 0.11 0 0.49 186.89 0.9 0.27
Hex 7 73 81 5F B 0 31 BB 5A 1B
Octal 7 163 201 137 13 0 61 273 132 33
Binary 111 1110011 10000001 1011111 1011 0 110001 10111011 1011010 11011

Color Harmonies of #077381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077381

Black with #077381

Text Example


Text Example

White with #077381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077381; }

 p { color: rgb(7,115,129); }

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

background-color css

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

 a { background-color: rgb(7,115,129); }

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

border-color css

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

 span { border-color: rgb(7,115,129); }

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