Html Css Color HEX #779294 Juniper

📋 copy color: '#779294'

red 119 ◦ green 146 ◦ blue 148

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

Shades of Juniper #779294

Tints of Juniper #779294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.35%

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 28.81%
G = 35.35%
B = 35.84%

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

#779294 (or 0x779294) is known color: Juniper. HEX triplet: 77, 92 and 94. RGB value is (119,146,148). Sum of RGB (Red+Green+Blue) = 119+146+148=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 148 - color contains mainly: blue. Hex color #779294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779294 is #886D6B. Grayscale: #8A8A8A. Windows color (decimal): -8940908 or 9736823. OLE color: 9736823.

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

Color convert

RGB 119 146 148 -
CMYK 0.20 0.01 0 0.42
HSL 184.14º 0.12% 0.52% -
HSV(B) 184.14º 0.2% 0.58% -
XYZ 23.23 26.62 31.93 -
YUV 138.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 119 146 148 0.20 0.01 0 0.42 184.14 0.12 0.52
Hex 77 92 94 14 1 0 2A B8 C 34
Octal 167 222 224 24 1 0 52 270 14 64
Binary 1110111 10010010 10010100 10100 1 0 101010 10111000 1100 110100

Color Harmonies of #779294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779294

Black with #779294

Text Example


Text Example

White with #779294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779294; }

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

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

background-color css

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

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

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

border-color css

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

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

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