Html Css Color HEX #078E7B Observatory

📋 copy color: '#078E7B'

red 7 ◦ green 142 ◦ blue 123

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

Shades of Observatory #078E7B

Tints of Observatory #078E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.21%

 BLUE value IS 123 (48.44% from 255) = 45.22%

R = 2.57%
G = 52.21%
B = 45.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#078E7B (or 0x078E7B) is known color: Observatory. HEX triplet: 07, 8E and 7B. RGB value is (7,142,123). Sum of RGB (Red+Green+Blue) = 7+142+123=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #078E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078E7B is #F87184. Grayscale: #636363. Windows color (decimal): -16281989 or 8097287. OLE color: 8097287.

HSL color Cylindrical-coordinate representation of color #078E7B: hue angle of 171.56º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078E7B is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 142 123 -
CMYK 0.95 0 0.13 0.44
HSL 171.56º 0.91% 0.29% -
HSV(B) 171.56º 0.95% 0.56% -
XYZ 13.34 20.82 22.05 -
YUV 99.47 141.27 62.04 -
System Red Green Blue C M Y K H S L
Decimal 7 142 123 0.95 0 0.13 0.44 171.56 0.91 0.29
Hex 7 8E 7B 5F 0 D 2C AC 5B 1D
Octal 7 216 173 137 0 15 54 254 133 35
Binary 111 10001110 1111011 1011111 0 1101 101100 10101100 1011011 11101

Color Harmonies of #078E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078E7B

Black with #078E7B

Text Example


Text Example

White with #078E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,142,123); }

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

background-color css

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

 a { background-color: rgb(7,142,123); }

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

border-color css

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

 span { border-color: rgb(7,142,123); }

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