Html Css Color HEX #078C7B Observatory

📋 copy color: '#078C7B'

red 7 ◦ green 140 ◦ blue 123

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

Shades of Observatory #078C7B

Tints of Observatory #078C7B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.85%

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

R = 2.59%
G = 51.85%
B = 45.56%

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

#078C7B (or 0x078C7B) is known color: Observatory. HEX triplet: 07, 8C and 7B. RGB value is (7,140,123). Sum of RGB (Red+Green+Blue) = 7+140+123=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #078C7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C7B is #F87384. Grayscale: #626262. Windows color (decimal): -16282501 or 8096775. OLE color: 8096775.

HSL color Cylindrical-coordinate representation of color #078C7B: hue angle of 172.33º 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 #078C7B is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 140 123 -
CMYK 0.95 0 0.12 0.45
HSL 172.33º 0.9% 0.29% -
HSV(B) 172.33º 0.95% 0.55% -
XYZ 13.04 20.23 21.96 -
YUV 98.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 7 140 123 0.95 0 0.12 0.45 172.33 0.9 0.29
Hex 7 8C 7B 5F 0 C 2D AC 5A 1D
Octal 7 214 173 137 0 14 55 254 132 35
Binary 111 10001100 1111011 1011111 0 1100 101101 10101100 1011010 11101

Color Harmonies of #078C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078C7B

Black with #078C7B

Text Example


Text Example

White with #078C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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