Html Css Color HEX #779795 Juniper

📋 copy color: '#779795'

red 119 ◦ green 151 ◦ blue 149

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

Shades of Juniper #779795

Tints of Juniper #779795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.04%

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

R = 28.4%
G = 36.04%
B = 35.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#779795 (or 0x779795) is known color: Juniper. HEX triplet: 77, 97 and 95. RGB value is (119,151,149). Sum of RGB (Red+Green+Blue) = 119+151+149=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #779795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779795 is #88686A. Grayscale: #8D8D8D. Windows color (decimal): -8939627 or 9803639. OLE color: 9803639.

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

Color convert

RGB 119 151 149 -
CMYK 0.21 0 0.01 0.41
HSL 176.25º 0.13% 0.53% -
HSV(B) 176.25º 0.21% 0.59% -
XYZ 24.1 28.23 32.61 -
YUV 141.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 119 151 149 0.21 0 0.01 0.41 176.25 0.13 0.53
Hex 77 97 95 15 0 1 29 B0 D 35
Octal 167 227 225 25 0 1 51 260 15 65
Binary 1110111 10010111 10010101 10101 0 1 101001 10110000 1101 110101

Color Harmonies of #779795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779795

Black with #779795

Text Example


Text Example

White with #779795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779795; }

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

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

background-color css

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

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

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

border-color css

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

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

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