Html Css Color HEX #789899 Juniper

📋 copy color: '#789899'

red 120 ◦ green 152 ◦ blue 153

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

Shades of Juniper #789899

Tints of Juniper #789899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36%

R = 28.24%
G = 35.76%
B = 36%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#789899 (or 0x789899) is known color: Juniper. HEX triplet: 78, 98 and 99. RGB value is (120,152,153). Sum of RGB (Red+Green+Blue) = 120+152+153=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: blue. Hex color #789899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789899 is #876766. Grayscale: #8E8E8E. Windows color (decimal): -8873831 or 10066040. OLE color: 10066040.

HSL color Cylindrical-coordinate representation of color #789899: hue angle of 181.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789899 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 152 153 -
CMYK 0.22 0.01 0 0.4
HSL 181.82º 0.14% 0.54% -
HSV(B) 181.82º 0.22% 0.6% -
XYZ 24.72 28.75 34.38 -
YUV 142.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 120 152 153 0.22 0.01 0 0.4 181.82 0.14 0.54
Hex 78 98 99 16 1 0 28 B6 E 36
Octal 170 230 231 26 1 0 50 266 16 66
Binary 1111000 10011000 10011001 10110 1 0 101000 10110110 1110 110110

Color Harmonies of #789899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789899

Black with #789899

Text Example


Text Example

White with #789899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789899; }

 p { color: rgb(120,152,153); }

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

background-color css

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

 a { background-color: rgb(120,152,153); }

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

border-color css

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

 span { border-color: rgb(120,152,153); }

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