#778F91

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

Shades of Juniper #778F91

Tints of Juniper #778F91

Color information

#778F91 (or 0x778F91) is unknown color: approx Juniper. HEX triplet: 77, 8F and 91. RGB value is (119,143,145). Sum of RGB (Red+Green+Blue) = 119+143+145=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 145 - color contains mainly: blue. Hex color #778F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F91 is #88706E. Grayscale: #888888. Windows color (decimal): -8941679 or 9539447. OLE color: 9539447.

HSL color Cylindrical-coordinate representation of color #778F91: hue angle of 184.62º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778F91 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119143145-
CMYK0.180.0100.43
HSL184.62º10.57%51.76%-
HSV(B)184.62º17.93%56.86%-
XYZ22.5425.6130.54-
YUV136.05133.05115.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.24%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 145 (57.03% from 255) = 35.63%
R=29.24%
G=35.14%
B=35.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191431450.180.0100.43184.6210.5751.76
Hex778F9112102Bb9b34
Octal1672172212210532711364
Binary111011110001111100100011001010101011101110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778F91; }

 p { color: rgb(119,143,145); }

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

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

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

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

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

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

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