Html Css Color HEX #789F9C Juniper

📋 copy color: '#789F9C'

red 120 ◦ green 159 ◦ blue 156

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

Shades of Juniper #789F9C

Tints of Juniper #789F9C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.55%

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

R = 27.59%
G = 36.55%
B = 35.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#789F9C (or 0x789F9C) is known color: Juniper. HEX triplet: 78, 9F and 9C. RGB value is (120,159,156). Sum of RGB (Red+Green+Blue) = 120+159+156=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #789F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789F9C is #876063. Grayscale: #929292. Windows color (decimal): -8872036 or 10264440. OLE color: 10264440.

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

Color convert

RGB 120 159 156 -
CMYK 0.25 0 0.02 0.38
HSL 175.38º 0.17% 0.55% -
HSV(B) 175.38º 0.25% 0.62% -
XYZ 26.14 31.19 36.09 -
YUV 147 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 120 159 156 0.25 0 0.02 0.38 175.38 0.17 0.55
Hex 78 9F 9C 19 0 2 26 AF 11 37
Octal 170 237 234 31 0 2 46 257 21 67
Binary 1111000 10011111 10011100 11001 0 10 100110 10101111 10001 110111

Color Harmonies of #789F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789F9C

Black with #789F9C

Text Example


Text Example

White with #789F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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