#779A94

Color #779A94 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #779A94

Tints of Juniper #779A94

Color information

#779A94 (or 0x779A94) is unknown color: approx Juniper. HEX triplet: 77, 9A and 94. RGB value is (119,154,148). Sum of RGB (Red+Green+Blue) = 119+154+148=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 154 - color contains mainly: green. Hex color #779A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A94 is #88656B. Grayscale: #8E8E8E. Windows color (decimal): -8938860 or 9738871. OLE color: 9738871.

HSL color Cylindrical-coordinate representation of color #779A94: hue angle of 169.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A94 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB119154148-
CMYK0.2300.040.40
HSL169.71º14.77%53.53%-
HSV(B)169.71º22.73%60.39%-
XYZ24.5129.1732.36-
YUV142.85130.9110.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.27%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=28.27%
G=36.58%
B=35.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191541480.2300.040.40169.7114.7753.53
Hex779A94170428aaf36
Octal1672322242704502521766
Binary11101111001101010010100101110100101000101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779A94; }

 p { color: rgb(119,154,148); }

 H1.HeaderClassName
 {
   color: #779A94;
 }
 .AnyTagClassName
 {
   color: #779A94;
 }
</style>
background-color css

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

 a { background-color: rgb(119,154,148); }

 div.DivClassName
 {
   background-color: #779A94;
 }
 .BgClassName
 {
   background-color: #779A94;
 }
</style>
border-color css

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

 span { border-color: rgb(119,154,148); }

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