#779698

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

Shades of Juniper #779698

Tints of Juniper #779698

Color information

#779698 (or 0x779698) is unknown color: approx Juniper. HEX triplet: 77, 96 and 98. RGB value is (119,150,152). Sum of RGB (Red+Green+Blue) = 119+150+152=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 152 - color contains mainly: blue. Hex color #779698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779698 is #886967. Grayscale: #8C8C8C. Windows color (decimal): -8939880 or 9999991. OLE color: 9999991.

HSL color Cylindrical-coordinate representation of color #779698: hue angle of 183.64º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779698 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119150152-
CMYK0.220.0100.40
HSL183.64º13.81%53.14%-
HSV(B)183.64º21.71%59.61%-
XYZ24.182833.84-
YUV140.96134.23112.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.27%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=28.27%
G=35.63%
B=36.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191501520.220.0100.40183.6413.8153.14
Hex779698161028b8e35
Octal1672262302610502701665
Binary111011110010110100110001011010101000101110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779698; }

 p { color: rgb(119,150,152); }

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

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

 a { background-color: rgb(119,150,152); }

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

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

 span { border-color: rgb(119,150,152); }

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