Html Css Color HEX #779792 Juniper

📋 copy color: '#779792'

red 119 ◦ green 151 ◦ blue 146

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

Shades of Juniper #779792

Tints of Juniper #779792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 28.61%
G = 36.3%
B = 35.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#779792 (or 0x779792) is known color: Juniper. HEX triplet: 77, 97 and 92. RGB value is (119,151,146). Sum of RGB (Red+Green+Blue) = 119+151+146=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #779792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779792 is #88686D. Grayscale: #8C8C8C. Windows color (decimal): -8939630 or 9607031. OLE color: 9607031.

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

Color convert

RGB 119 151 146 -
CMYK 0.21 0 0.03 0.41
HSL 170.63º 0.13% 0.53% -
HSV(B) 170.63º 0.21% 0.59% -
XYZ 23.86 28.13 31.37 -
YUV 140.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 119 151 146 0.21 0 0.03 0.41 170.63 0.13 0.53
Hex 77 97 92 15 0 3 29 AB D 35
Octal 167 227 222 25 0 3 51 253 15 65
Binary 1110111 10010111 10010010 10101 0 11 101001 10101011 1101 110101

Color Harmonies of #779792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779792

Black with #779792

Text Example


Text Example

White with #779792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779792; }

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

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

background-color css

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

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

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

border-color css

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

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

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