#779493

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

Shades of Juniper #779493

Tints of Juniper #779493

Color information

#779493 (or 0x779493) is unknown color: approx Juniper. HEX triplet: 77, 94 and 93. RGB value is (119,148,147). Sum of RGB (Red+Green+Blue) = 119+148+147=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #779493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779493 is #886B6C. Grayscale: #8B8B8B. Windows color (decimal): -8940397 or 9671799. OLE color: 9671799.

HSL color Cylindrical-coordinate representation of color #779493: hue angle of 177.93º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #779493 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB119148147-
CMYK0.2000.010.42
HSL177.93º11.93%52.35%-
HSV(B)177.93º19.59%58.04%-
XYZ23.4627.2131.62-
YUV139.22132.39113.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=28.74%
G=35.75%
B=35.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191481470.2000.010.42177.9311.9352.35
Hex77949314012Ab2c34
Octal1672242232401522621464
Binary111011110010100100100111010001101010101100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779493; }

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

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

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

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

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

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

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

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