Html Css Color HEX #779893 Juniper

📋 copy color: '#779893'

red 119 ◦ green 152 ◦ blue 147

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

Shades of Juniper #779893

Tints of Juniper #779893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 28.47%
G = 36.36%
B = 35.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#779893 (or 0x779893) is known color: Juniper. HEX triplet: 77, 98 and 93. RGB value is (119,152,147). Sum of RGB (Red+Green+Blue) = 119+152+147=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #779893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779893 is #88676C. Grayscale: #8D8D8D. Windows color (decimal): -8939373 or 9672823. OLE color: 9672823.

HSL color Cylindrical-coordinate representation of color #779893: hue angle of 170.91º 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 #779893 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 147 -
CMYK 0.22 0 0.03 0.40
HSL 170.91º 0.14% 0.53% -
HSV(B) 170.91º 0.22% 0.6% -
XYZ 24.1 28.49 31.83 -
YUV 141.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 119 152 147 0.22 0 0.03 0.40 170.91 0.14 0.53
Hex 77 98 93 16 0 3 28 AB E 35
Octal 167 230 223 26 0 3 50 253 16 65
Binary 1110111 10011000 10010011 10110 0 11 101000 10101011 1110 110101

Color Harmonies of #779893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779893

Black with #779893

Text Example


Text Example

White with #779893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779893; }

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

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

background-color css

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

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

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

border-color css

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

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

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