Html Css Color HEX #779A9B Juniper

📋 copy color: '#779A9B'

red 119 ◦ green 154 ◦ blue 155

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

Shades of Juniper #779A9B

Tints of Juniper #779A9B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.98%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 27.8%
G = 35.98%
B = 36.21%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#779A9B (or 0x779A9B) is known color: Juniper. HEX triplet: 77, 9A and 9B. RGB value is (119,154,155). Sum of RGB (Red+Green+Blue) = 119+154+155=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #779A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A9B is #886564. Grayscale: #8F8F8F. Windows color (decimal): -8938853 or 10197623. OLE color: 10197623.

HSL color Cylindrical-coordinate representation of color #779A9B: hue angle of 181.67º 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 #779A9B is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 154 155 -
CMYK 0.23 0.01 0 0.39
HSL 181.67º 0.15% 0.54% -
HSV(B) 181.67º 0.23% 0.61% -
XYZ 25.08 29.4 35.36 -
YUV 143.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 119 154 155 0.23 0.01 0 0.39 181.67 0.15 0.54
Hex 77 9A 9B 17 1 0 27 B6 F 36
Octal 167 232 233 27 1 0 47 266 17 66
Binary 1110111 10011010 10011011 10111 1 0 100111 10110110 1111 110110

Color Harmonies of #779A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779A9B

Black with #779A9B

Text Example


Text Example

White with #779A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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