#779898

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

Shades of Juniper #779898

Tints of Juniper #779898

Color information

#779898 (or 0x779898) is unknown color: approx Juniper. HEX triplet: 77, 98 and 98. RGB value is (119,152,152). Sum of RGB (Red+Green+Blue) = 119+152+152=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #779898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779898 is #886767. Grayscale: #8E8E8E. Windows color (decimal): -8939368 or 10000503. OLE color: 10000503.

HSL color Cylindrical-coordinate representation of color #779898: hue angle of 180º 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 #779898 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119152152-
CMYK0.22000.40
HSL180º13.81%53.14%-
HSV(B)180º21.71%59.61%-
XYZ24.528.6533.94-
YUV142.13133.57111.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=28.13%
G=35.93%
B=35.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521520.22000.4018013.8153.14
Hex779898160028b4e35
Octal1672302302600502641665
Binary111011110011000100110001011000101000101101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779898; }

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

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

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

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

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

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

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

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