Html Css Color HEX #078777 Observatory

📋 copy color: '#078777'

red 7 ◦ green 135 ◦ blue 119

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

Shades of Observatory #078777

Tints of Observatory #078777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.72%

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

R = 2.68%
G = 51.72%
B = 45.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#078777 (or 0x078777) is known color: Observatory. HEX triplet: 07, 87 and 77. RGB value is (7,135,119). Sum of RGB (Red+Green+Blue) = 7+135+119=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #078777 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078777 is #F87888. Grayscale: #5E5E5E. Windows color (decimal): -16283785 or 7833351. OLE color: 7833351.

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

Color convert

RGB 7 135 119 -
CMYK 0.95 0 0.12 0.47
HSL 172.5º 0.9% 0.28% -
HSV(B) 172.5º 0.95% 0.53% -
XYZ 12.08 18.71 20.43 -
YUV 94.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 7 135 119 0.95 0 0.12 0.47 172.5 0.9 0.28
Hex 7 87 77 5F 0 C 2F AC 5A 1C
Octal 7 207 167 137 0 14 57 254 132 34
Binary 111 10000111 1110111 1011111 0 1100 101111 10101100 1011010 11100

Color Harmonies of #078777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078777

Black with #078777

Text Example


Text Example

White with #078777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078777; }

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

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

background-color css

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

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

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

border-color css

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

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

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