Html Css Color HEX #077384 Teal

📋 copy color: '#077384'

red 7 ◦ green 115 ◦ blue 132

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

Shades of Teal #077384

Tints of Teal #077384

RGB

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

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

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

R = 2.76%
G = 45.28%
B = 51.97%

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

#077384 (or 0x077384) is known color: Teal. HEX triplet: 07, 73 and 84. RGB value is (7,115,132). Sum of RGB (Red+Green+Blue) = 7+115+132=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #077384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077384 is #F88C7B. Grayscale: #545454. Windows color (decimal): -16288892 or 8680199. OLE color: 8680199.

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

Color convert

RGB 7 115 132 -
CMYK 0.95 0.13 0 0.48
HSL 188.16º 0.9% 0.27% -
HSV(B) 188.16º 0.95% 0.52% -
XYZ 10.38 13.97 23.98 -
YUV 84.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 7 115 132 0.95 0.13 0 0.48 188.16 0.9 0.27
Hex 7 73 84 5F D 0 30 BC 5A 1B
Octal 7 163 204 137 15 0 60 274 132 33
Binary 111 1110011 10000100 1011111 1101 0 110000 10111100 1011010 11011

Color Harmonies of #077384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077384

Black with #077384

Text Example


Text Example

White with #077384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077384; }

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

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

background-color css

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

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

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

border-color css

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

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

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