Html Css Color HEX #779896 Juniper

📋 copy color: '#779896'

red 119 ◦ green 152 ◦ blue 150

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

Shades of Juniper #779896

Tints of Juniper #779896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.1%

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

R = 28.27%
G = 36.1%
B = 35.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#779896 (or 0x779896) is known color: Juniper. HEX triplet: 77, 98 and 96. RGB value is (119,152,150). Sum of RGB (Red+Green+Blue) = 119+152+150=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #779896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779896 is #886769. Grayscale: #8D8D8D. Windows color (decimal): -8939370 or 9869431. OLE color: 9869431.

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

Color convert

RGB 119 152 150 -
CMYK 0.22 0 0.01 0.40
HSL 176.36º 0.14% 0.53% -
HSV(B) 176.36º 0.22% 0.6% -
XYZ 24.34 28.58 33.09 -
YUV 141.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 119 152 150 0.22 0 0.01 0.40 176.36 0.14 0.53
Hex 77 98 96 16 0 1 28 B0 E 35
Octal 167 230 226 26 0 1 50 260 16 65
Binary 1110111 10011000 10010110 10110 0 1 101000 10110000 1110 110101

Color Harmonies of #779896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779896

Black with #779896

Text Example


Text Example

White with #779896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779896; }

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

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

background-color css

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

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

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

border-color css

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

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

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