Html Css Color HEX #779999 Juniper

📋 copy color: '#779999'

red 119 ◦ green 153 ◦ blue 153

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

Shades of Juniper #779999

Tints of Juniper #779999

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 28%
G = 36%
B = 36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#779999 (or 0x779999) is known color: Juniper. HEX triplet: 77, 99 and 99. RGB value is (119,153,153). Sum of RGB (Red+Green+Blue) = 119+153+153=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #779999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779999 is #886666. Grayscale: #8E8E8E. Windows color (decimal): -8939111 or 10066295. OLE color: 10066295.

HSL color Cylindrical-coordinate representation of color #779999: hue angle of 180º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779999 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 153 -
CMYK 0.22 0 0 0.4
HSL 180º 0.14% 0.53% -
HSV(B) 180º 0.22% 0.6% -
XYZ 24.75 29 34.43 -
YUV 142.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 119 153 153 0.22 0 0 0.4 180 0.14 0.53
Hex 77 99 99 16 0 0 28 B4 E 35
Octal 167 231 231 26 0 0 50 264 16 65
Binary 1110111 10011001 10011001 10110 0 0 101000 10110100 1110 110101

Color Harmonies of #779999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779999

Black with #779999

Text Example


Text Example

White with #779999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779999; }

 p { color: rgb(119,153,153); }

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

background-color css

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

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

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

border-color css

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

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

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