Html Css Color HEX #788889 Juniper

📋 copy color: '#788889'

red 120 ◦ green 136 ◦ blue 137

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

Shades of Juniper #788889

Tints of Juniper #788889

RGB

 RED value IS 120 (47.27% from 255) = 30.53%

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

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

R = 30.53%
G = 34.61%
B = 34.86%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#788889 (or 0x788889) is known color: Juniper. HEX triplet: 78, 88 and 89. RGB value is (120,136,137). Sum of RGB (Red+Green+Blue) = 120+136+137=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 137 - color contains mainly: blue. Hex color #788889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788889 is #877776. Grayscale: #838383. Windows color (decimal): -8877943 or 9013368. OLE color: 9013368.

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

Color convert

RGB 120 136 137 -
CMYK 0.12 0.01 0 0.46
HSL 183.53º 0.07% 0.5% -
HSV(B) 183.53º 0.12% 0.54% -
XYZ 21.07 23.41 27.07 -
YUV 131.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 120 136 137 0.12 0.01 0 0.46 183.53 0.07 0.5
Hex 78 88 89 C 1 0 2E B8 7 32
Octal 170 210 211 14 1 0 56 270 7 62
Binary 1111000 10001000 10001001 1100 1 0 101110 10111000 111 110010

Color Harmonies of #788889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788889

Black with #788889

Text Example


Text Example

White with #788889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788889; }

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

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

background-color css

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

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

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

border-color css

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

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

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