Html Css Color HEX #778889 Juniper

📋 copy color: '#778889'

red 119 ◦ green 136 ◦ blue 137

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

Shades of Juniper #778889

Tints of Juniper #778889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

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

R = 30.36%
G = 34.69%
B = 34.95%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#778889 (or 0x778889) is known color: Juniper. HEX triplet: 77, 88 and 89. RGB value is (119,136,137). Sum of RGB (Red+Green+Blue) = 119+136+137=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 137 - color contains mainly: blue. Hex color #778889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778889 is #887776. Grayscale: #838383. Windows color (decimal): -8943479 or 9013367. OLE color: 9013367.

HSL color Cylindrical-coordinate representation of color #778889: hue angle of 183.33º 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 #778889 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 136 137 -
CMYK 0.13 0.01 0 0.46
HSL 183.33º 0.07% 0.5% -
HSV(B) 183.33º 0.13% 0.54% -
XYZ 20.93 23.34 27.07 -
YUV 131.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 119 136 137 0.13 0.01 0 0.46 183.33 0.07 0.5
Hex 77 88 89 D 1 0 2E B7 7 32
Octal 167 210 211 15 1 0 56 267 7 62
Binary 1110111 10001000 10001001 1101 1 0 101110 10110111 111 110010

Color Harmonies of #778889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778889

Black with #778889

Text Example


Text Example

White with #778889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778889; }

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

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

background-color css

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

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

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

border-color css

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

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

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