Html Css Color HEX #077785 Teal

📋 copy color: '#077785'

red 7 ◦ green 119 ◦ blue 133

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

Shades of Teal #077785

Tints of Teal #077785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.95%

 BLUE value IS 133 (52.34% from 255) = 51.35%

R = 2.7%
G = 45.95%
B = 51.35%

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

#077785 (or 0x077785) is known color: Teal. HEX triplet: 07, 77 and 85. RGB value is (7,119,133). Sum of RGB (Red+Green+Blue) = 7+119+133=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #077785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077785 is #F8887A. Grayscale: #565656. Windows color (decimal): -16287867 or 8746759. OLE color: 8746759.

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

Color convert

RGB 7 119 133 -
CMYK 0.95 0.11 0 0.48
HSL 186.67º 0.9% 0.27% -
HSV(B) 186.67º 0.95% 0.52% -
XYZ 10.92 14.93 24.5 -
YUV 87.11 153.89 70.86 -
System Red Green Blue C M Y K H S L
Decimal 7 119 133 0.95 0.11 0 0.48 186.67 0.9 0.27
Hex 7 77 85 5F B 0 30 BB 5A 1B
Octal 7 167 205 137 13 0 60 273 132 33
Binary 111 1110111 10000101 1011111 1011 0 110000 10111011 1011010 11011

Color Harmonies of #077785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077785

Black with #077785

Text Example


Text Example

White with #077785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077785; }

 p { color: rgb(7,119,133); }

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

background-color css

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

 a { background-color: rgb(7,119,133); }

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

border-color css

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

 span { border-color: rgb(7,119,133); }

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