Html Css Color HEX #078776 Observatory

📋 copy color: '#078776'

red 7 ◦ green 135 ◦ blue 118

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

Shades of Observatory #078776

Tints of Observatory #078776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.38%

R = 2.69%
G = 51.92%
B = 45.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#078776 (or 0x078776) is known color: Observatory. HEX triplet: 07, 87 and 76. RGB value is (7,135,118). Sum of RGB (Red+Green+Blue) = 7+135+118=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #078776 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078776 is #F87889. Grayscale: #5E5E5E. Windows color (decimal): -16283786 or 7767815. OLE color: 7767815.

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

Color convert

RGB 7 135 118 -
CMYK 0.95 0 0.13 0.47
HSL 172.03º 0.9% 0.28% -
HSV(B) 172.03º 0.95% 0.53% -
XYZ 12.02 18.68 20.11 -
YUV 94.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 7 135 118 0.95 0 0.13 0.47 172.03 0.9 0.28
Hex 7 87 76 5F 0 D 2F AC 5A 1C
Octal 7 207 166 137 0 15 57 254 132 34
Binary 111 10000111 1110110 1011111 0 1101 101111 10101100 1011010 11100

Color Harmonies of #078776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078776

Black with #078776

Text Example


Text Example

White with #078776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078776; }

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

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

background-color css

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

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

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

border-color css

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

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

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