#078772

Color #078772 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #078772

Tints of Observatory #078772

Color information

#078772 (or 0x078772) is unknown color: approx Observatory. HEX triplet: 07, 87 and 72. RGB value is (7,135,114). Sum of RGB (Red+Green+Blue) = 7+135+114=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #078772 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078772 is #F8788D. Grayscale: #5E5E5E. Windows color (decimal): -16283790 or 7505671. OLE color: 7505671.

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

Color convert

RGB7135114-
CMYK0.9500.160.47
HSL170.16º90.14%27.84%-
HSV(B)170.16º94.81%52.94%-
XYZ11.7918.5918.89-
YUV94.33139.0965.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.73%
GREEN value IS 135 (53.12% from 255) = 52.73%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=2.73%
G=52.73%
B=44.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71351140.9500.160.47170.1690.1427.84
Hex787725F0102Faa5a1c
Octal72071621370205725213234
Binary111100001111110010101111101000010111110101010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078772; }

 p { color: rgb(7,135,114); }

 H1.HeaderClassName
 {
   color: #078772;
 }
 .AnyTagClassName
 {
   color: #078772;
 }
</style>
background-color css

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

 a { background-color: rgb(7,135,114); }

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

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

 span { border-color: rgb(7,135,114); }

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