Html Css Color HEX #779B94 Juniper

📋 copy color: '#779B94'

red 119 ◦ green 155 ◦ blue 148

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

Shades of Juniper #779B94

Tints of Juniper #779B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

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

R = 28.2%
G = 36.73%
B = 35.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#779B94 (or 0x779B94) is known color: Juniper. HEX triplet: 77, 9B and 94. RGB value is (119,155,148). Sum of RGB (Red+Green+Blue) = 119+155+148=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #779B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779B94 is #88646B. Grayscale: #8F8F8F. Windows color (decimal): -8938604 or 9739127. OLE color: 9739127.

HSL color Cylindrical-coordinate representation of color #779B94: hue angle of 168.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779B94 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 155 148 -
CMYK 0.23 0 0.05 0.39
HSL 168.33º 0.15% 0.54% -
HSV(B) 168.33º 0.23% 0.61% -
XYZ 24.67 29.5 32.41 -
YUV 143.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 119 155 148 0.23 0 0.05 0.39 168.33 0.15 0.54
Hex 77 9B 94 17 0 5 27 A8 F 36
Octal 167 233 224 27 0 5 47 250 17 66
Binary 1110111 10011011 10010100 10111 0 101 100111 10101000 1111 110110

Color Harmonies of #779B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B94

Black with #779B94

Text Example


Text Example

White with #779B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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