Html Css Color HEX #779497 Juniper

📋 copy color: '#779497'

red 119 ◦ green 148 ◦ blue 151

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

Shades of Juniper #779497

Tints of Juniper #779497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.12%

R = 28.47%
G = 35.41%
B = 36.12%

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

#779497 (or 0x779497) is known color: Juniper. HEX triplet: 77, 94 and 97. RGB value is (119,148,151). Sum of RGB (Red+Green+Blue) = 119+148+151=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 151 - color contains mainly: blue. Hex color #779497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779497 is #886B68. Grayscale: #8B8B8B. Windows color (decimal): -8940393 or 9933943. OLE color: 9933943.

HSL color Cylindrical-coordinate representation of color #779497: hue angle of 185.62º 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 #779497 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 148 151 -
CMYK 0.21 0.02 0 0.41
HSL 185.63º 0.13% 0.53% -
HSV(B) 185.63º 0.21% 0.59% -
XYZ 23.78 27.34 33.3 -
YUV 139.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 119 148 151 0.21 0.02 0 0.41 185.63 0.13 0.53
Hex 77 94 97 15 2 0 29 BA D 35
Octal 167 224 227 25 2 0 51 272 15 65
Binary 1110111 10010100 10010111 10101 10 0 101001 10111010 1101 110101

Color Harmonies of #779497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779497

Black with #779497

Text Example


Text Example

White with #779497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779497; }

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

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

background-color css

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

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

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

border-color css

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

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

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