Html Css Color HEX #078B7A Observatory

📋 copy color: '#078B7A'

red 7 ◦ green 139 ◦ blue 122

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

Shades of Observatory #078B7A

Tints of Observatory #078B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.87%

 BLUE value IS 122 (48.05% from 255) = 45.52%

R = 2.61%
G = 51.87%
B = 45.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#078B7A (or 0x078B7A) is known color: Observatory. HEX triplet: 07, 8B and 7A. RGB value is (7,139,122). Sum of RGB (Red+Green+Blue) = 7+139+122=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #078B7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B7A is #F87485. Grayscale: #616161. Windows color (decimal): -16282758 or 8030983. OLE color: 8030983.

HSL color Cylindrical-coordinate representation of color #078B7A: hue angle of 172.27º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B7A is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 139 122 -
CMYK 0.95 0 0.12 0.45
HSL 172.27º 0.9% 0.29% -
HSV(B) 172.27º 0.95% 0.55% -
XYZ 12.83 19.92 21.58 -
YUV 97.59 141.77 63.38 -
System Red Green Blue C M Y K H S L
Decimal 7 139 122 0.95 0 0.12 0.45 172.27 0.9 0.29
Hex 7 8B 7A 5F 0 C 2D AC 5A 1D
Octal 7 213 172 137 0 14 55 254 132 35
Binary 111 10001011 1111010 1011111 0 1100 101101 10101100 1011010 11101

Color Harmonies of #078B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078B7A

Black with #078B7A

Text Example


Text Example

White with #078B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078B7A; }

 p { color: rgb(7,139,122); }

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

background-color css

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

 a { background-color: rgb(7,139,122); }

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

border-color css

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

 span { border-color: rgb(7,139,122); }

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