#779C9B

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

Shades of Juniper #779C9B

Tints of Juniper #779C9B

Color information

#779C9B (or 0x779C9B) is unknown color: approx Juniper. HEX triplet: 77, 9C and 9B. RGB value is (119,156,155). Sum of RGB (Red+Green+Blue) = 119+156+155=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #779C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779C9B is #886364. Grayscale: #909090. Windows color (decimal): -8938341 or 10198135. OLE color: 10198135.

HSL color Cylindrical-coordinate representation of color #779C9B: hue angle of 178.38º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779C9B is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB119156155-
CMYK0.2400.010.39
HSL178.38º15.74%53.92%-
HSV(B)178.38º23.72%61.18%-
XYZ25.4130.0735.47-
YUV144.82133.74109.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=27.67%
G=36.28%
B=36.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191561550.2400.010.39178.3815.7453.92
Hex779C9B180127b21036
Octal1672342333001472622066
Binary1110111100111001001101111000011001111011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,156,155); }

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

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

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

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

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

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

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