Html Css Color HEX #789E9C Juniper

📋 copy color: '#789E9C'

red 120 ◦ green 158 ◦ blue 156

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

Shades of Juniper #789E9C

Tints of Juniper #789E9C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.41%

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 27.65%
G = 36.41%
B = 35.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#789E9C (or 0x789E9C) is known color: Juniper. HEX triplet: 78, 9E and 9C. RGB value is (120,158,156). Sum of RGB (Red+Green+Blue) = 120+158+156=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #789E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E9C is #876163. Grayscale: #929292. Windows color (decimal): -8872292 or 10264184. OLE color: 10264184.

HSL color Cylindrical-coordinate representation of color #789E9C: hue angle of 176.84º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789E9C is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 158 156 -
CMYK 0.24 0 0.01 0.38
HSL 176.84º 0.16% 0.55% -
HSV(B) 176.84º 0.24% 0.62% -
XYZ 25.97 30.85 36.04 -
YUV 146.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 120 158 156 0.24 0 0.01 0.38 176.84 0.16 0.55
Hex 78 9E 9C 18 0 1 26 B1 10 37
Octal 170 236 234 30 0 1 46 261 20 67
Binary 1111000 10011110 10011100 11000 0 1 100110 10110001 10000 110111

Color Harmonies of #789E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789E9C

Black with #789E9C

Text Example


Text Example

White with #789E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789E9C; }

 p { color: rgb(120,158,156); }

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

background-color css

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

 a { background-color: rgb(120,158,156); }

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

border-color css

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

 span { border-color: rgb(120,158,156); }

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