Html Css Color HEX #779396 Juniper

📋 copy color: '#779396'

red 119 ◦ green 147 ◦ blue 150

#779396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #779396

Tints of Juniper #779396

RGB

 RED value IS 119 (46.88% from 255) = 28.61%

 GREEN value IS 147 (57.81% from 255) = 35.34%

 BLUE value IS 150 (58.98% from 255) = 36.06%

R = 28.61%
G = 35.34%
B = 36.06%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#779396 (or 0x779396) is known color: Juniper. HEX triplet: 77, 93 and 96. RGB value is (119,147,150). Sum of RGB (Red+Green+Blue) = 119+147+150=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #779396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779396 is #886C69. Grayscale: #8A8A8A. Windows color (decimal): -8940650 or 9868151. OLE color: 9868151.

HSL color Cylindrical-coordinate representation of color #779396: hue angle of 185.81º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779396 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 147 150 -
CMYK 0.21 0.02 0 0.41
HSL 185.81º 0.13% 0.53% -
HSV(B) 185.81º 0.21% 0.59% -
XYZ 23.55 26.99 32.82 -
YUV 138.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 119 147 150 0.21 0.02 0 0.41 185.81 0.13 0.53
Hex 77 93 96 15 2 0 29 BA D 35
Octal 167 223 226 25 2 0 51 272 15 65
Binary 1110111 10010011 10010110 10101 10 0 101001 10111010 1101 110101

Color Harmonies of #779396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779396

Black with #779396

Text Example


Text Example

White with #779396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779396; }

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

 H1.HeaderClassName
 {
   color: #779396;
 }
 .AnyTagClassName
 {
   color: #779396;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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