Html Css Color HEX #078774 Observatory

📋 copy color: '#078774'

red 7 ◦ green 135 ◦ blue 116

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

Shades of Observatory #078774

Tints of Observatory #078774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 2.71%
G = 52.33%
B = 44.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#078774 (or 0x078774) is known color: Observatory. HEX triplet: 07, 87 and 74. RGB value is (7,135,116). Sum of RGB (Red+Green+Blue) = 7+135+116=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #078774 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078774 is #F8788B. Grayscale: #5E5E5E. Windows color (decimal): -16283788 or 7636743. OLE color: 7636743.

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

Color convert

RGB 7 135 116 -
CMYK 0.95 0 0.14 0.47
HSL 171.09º 0.9% 0.28% -
HSV(B) 171.09º 0.95% 0.53% -
XYZ 11.9 18.63 19.49 -
YUV 94.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 7 135 116 0.95 0 0.14 0.47 171.09 0.9 0.28
Hex 7 87 74 5F 0 E 2F AB 5A 1C
Octal 7 207 164 137 0 16 57 253 132 34
Binary 111 10000111 1110100 1011111 0 1110 101111 10101011 1011010 11100

Color Harmonies of #078774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078774

Black with #078774

Text Example


Text Example

White with #078774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078774; }

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

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

background-color css

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

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

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

border-color css

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

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

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