Html Css Color HEX #778989 Juniper

📋 copy color: '#778989'

red 119 ◦ green 137 ◦ blue 137

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

Shades of Juniper #778989

Tints of Juniper #778989

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.86%

 BLUE value IS 137 (53.91% from 255) = 34.86%

R = 30.28%
G = 34.86%
B = 34.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#778989 (or 0x778989) is known color: Juniper. HEX triplet: 77, 89 and 89. RGB value is (119,137,137). Sum of RGB (Red+Green+Blue) = 119+137+137=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #778989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778989 is #887676. Grayscale: #838383. Windows color (decimal): -8943223 or 9013623. OLE color: 9013623.

HSL color Cylindrical-coordinate representation of color #778989: hue angle of 180º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778989 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 137 137 -
CMYK 0.13 0 0 0.46
HSL 180º 0.07% 0.5% -
HSV(B) 180º 0.13% 0.54% -
XYZ 21.07 23.62 27.12 -
YUV 131.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 119 137 137 0.13 0 0 0.46 180 0.07 0.5
Hex 77 89 89 D 0 0 2E B4 7 32
Octal 167 211 211 15 0 0 56 264 7 62
Binary 1110111 10001001 10001001 1101 0 0 101110 10110100 111 110010

Color Harmonies of #778989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778989

Black with #778989

Text Example


Text Example

White with #778989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778989; }

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

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

background-color css

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

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

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

border-color css

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

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

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