Html Css Color HEX #077484 Teal

📋 copy color: '#077484'

red 7 ◦ green 116 ◦ blue 132

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

Shades of Teal #077484

Tints of Teal #077484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.76%

R = 2.75%
G = 45.49%
B = 51.76%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#077484 (or 0x077484) is known color: Teal. HEX triplet: 07, 74 and 84. RGB value is (7,116,132). Sum of RGB (Red+Green+Blue) = 7+116+132=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #077484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077484 is #F88B7B. Grayscale: #555555. Windows color (decimal): -16288636 or 8680455. OLE color: 8680455.

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

Color convert

RGB 7 116 132 -
CMYK 0.95 0.12 0 0.48
HSL 187.68º 0.9% 0.27% -
HSV(B) 187.68º 0.95% 0.52% -
XYZ 10.5 14.2 24.02 -
YUV 85.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 7 116 132 0.95 0.12 0 0.48 187.68 0.9 0.27
Hex 7 74 84 5F C 0 30 BC 5A 1B
Octal 7 164 204 137 14 0 60 274 132 33
Binary 111 1110100 10000100 1011111 1100 0 110000 10111100 1011010 11011

Color Harmonies of #077484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077484

Black with #077484

Text Example


Text Example

White with #077484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077484; }

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

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

background-color css

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

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

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

border-color css

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

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

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