Html Css Color HEX #779693 Juniper

📋 copy color: '#779693'

red 119 ◦ green 150 ◦ blue 147

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

Shades of Juniper #779693

Tints of Juniper #779693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.06%

 BLUE value IS 147 (57.81% from 255) = 35.34%

R = 28.61%
G = 36.06%
B = 35.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#779693 (or 0x779693) is known color: Juniper. HEX triplet: 77, 96 and 93. RGB value is (119,150,147). Sum of RGB (Red+Green+Blue) = 119+150+147=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #779693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779693 is #88696C. Grayscale: #8C8C8C. Windows color (decimal): -8939885 or 9672311. OLE color: 9672311.

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

Color convert

RGB 119 150 147 -
CMYK 0.21 0 0.02 0.41
HSL 174.19º 0.13% 0.53% -
HSV(B) 174.19º 0.21% 0.59% -
XYZ 23.78 27.84 31.72 -
YUV 140.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 119 150 147 0.21 0 0.02 0.41 174.19 0.13 0.53
Hex 77 96 93 15 0 2 29 AE D 35
Octal 167 226 223 25 0 2 51 256 15 65
Binary 1110111 10010110 10010011 10101 0 10 101001 10101110 1101 110101

Color Harmonies of #779693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779693

Black with #779693

Text Example


Text Example

White with #779693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779693; }

 p { color: rgb(119,150,147); }

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

background-color css

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

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

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

border-color css

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

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

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