Html Css Color HEX #078977 Observatory

📋 copy color: '#078977'

red 7 ◦ green 137 ◦ blue 119

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

Shades of Observatory #078977

Tints of Observatory #078977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.09%

 BLUE value IS 119 (46.88% from 255) = 45.25%

R = 2.66%
G = 52.09%
B = 45.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#078977 (or 0x078977) is known color: Observatory. HEX triplet: 07, 89 and 77. RGB value is (7,137,119). Sum of RGB (Red+Green+Blue) = 7+137+119=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 137 (53.91% from 255 or 52.09% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 137 - color contains mainly: green. Hex color #078977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078977 is #F87688. Grayscale: #606060. Windows color (decimal): -16283273 or 7833863. OLE color: 7833863.

HSL color Cylindrical-coordinate representation of color #078977: hue angle of 171.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078977 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 119 -
CMYK 0.95 0 0.13 0.46
HSL 171.69º 0.9% 0.28% -
HSV(B) 171.69º 0.95% 0.54% -
XYZ 12.36 19.27 20.52 -
YUV 96.08 140.93 64.46 -
System Red Green Blue C M Y K H S L
Decimal 7 137 119 0.95 0 0.13 0.46 171.69 0.9 0.28
Hex 7 89 77 5F 0 D 2E AC 5A 1C
Octal 7 211 167 137 0 15 56 254 132 34
Binary 111 10001001 1110111 1011111 0 1101 101110 10101100 1011010 11100

Color Harmonies of #078977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078977

Black with #078977

Text Example


Text Example

White with #078977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078977; }

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

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

background-color css

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

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

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

border-color css

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

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

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