Html Css Color HEX #779495 Juniper

📋 copy color: '#779495'

red 119 ◦ green 148 ◦ blue 149

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

Shades of Juniper #779495

Tints of Juniper #779495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 28.61%
G = 35.58%
B = 35.82%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#779495 (or 0x779495) is known color: Juniper. HEX triplet: 77, 94 and 95. RGB value is (119,148,149). Sum of RGB (Red+Green+Blue) = 119+148+149=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #779495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779495 is #886B6A. Grayscale: #8B8B8B. Windows color (decimal): -8940395 or 9802871. OLE color: 9802871.

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

Color convert

RGB 119 148 149 -
CMYK 0.20 0.01 0 0.42
HSL 182º 0.12% 0.53% -
HSV(B) 182º 0.2% 0.58% -
XYZ 23.62 27.27 32.45 -
YUV 139.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 119 148 149 0.20 0.01 0 0.42 182 0.12 0.53
Hex 77 94 95 14 1 0 2A B6 C 35
Octal 167 224 225 24 1 0 52 266 14 65
Binary 1110111 10010100 10010101 10100 1 0 101010 10110110 1100 110101

Color Harmonies of #779495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779495

Black with #779495

Text Example


Text Example

White with #779495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779495; }

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

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

background-color css

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

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

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

border-color css

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

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

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