Html Css Color HEX #077485 Teal

📋 copy color: '#077485'

red 7 ◦ green 116 ◦ blue 133

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

Shades of Teal #077485

Tints of Teal #077485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

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

R = 2.73%
G = 45.31%
B = 51.95%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#077485 (or 0x077485) is known color: Teal. HEX triplet: 07, 74 and 85. RGB value is (7,116,133). Sum of RGB (Red+Green+Blue) = 7+116+133=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #077485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077485 is #F88B7A. Grayscale: #555555. Windows color (decimal): -16288635 or 8745991. OLE color: 8745991.

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

Color convert

RGB 7 116 133 -
CMYK 0.95 0.13 0 0.48
HSL 188.1º 0.9% 0.27% -
HSV(B) 188.1º 0.95% 0.52% -
XYZ 10.57 14.23 24.38 -
YUV 85.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 7 116 133 0.95 0.13 0 0.48 188.1 0.9 0.27
Hex 7 74 85 5F D 0 30 BC 5A 1B
Octal 7 164 205 137 15 0 60 274 132 33
Binary 111 1110100 10000101 1011111 1101 0 110000 10111100 1011010 11011

Color Harmonies of #077485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077485

Black with #077485

Text Example


Text Example

White with #077485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077485; }

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

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

background-color css

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

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

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

border-color css

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

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

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