Html Css Color HEX #789A9B Juniper

📋 copy color: '#789A9B'

red 120 ◦ green 154 ◦ blue 155

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

Shades of Juniper #789A9B

Tints of Juniper #789A9B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.9%

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 27.97%
G = 35.9%
B = 36.13%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#789A9B (or 0x789A9B) is known color: Juniper. HEX triplet: 78, 9A and 9B. RGB value is (120,154,155). Sum of RGB (Red+Green+Blue) = 120+154+155=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #789A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789A9B is #876564. Grayscale: #8F8F8F. Windows color (decimal): -8873317 or 10197624. OLE color: 10197624.

HSL color Cylindrical-coordinate representation of color #789A9B: hue angle of 181.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789A9B is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 154 155 -
CMYK 0.23 0.01 0 0.39
HSL 181.71º 0.15% 0.54% -
HSV(B) 181.71º 0.23% 0.61% -
XYZ 25.22 29.47 35.37 -
YUV 143.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 120 154 155 0.23 0.01 0 0.39 181.71 0.15 0.54
Hex 78 9A 9B 17 1 0 27 B6 F 36
Octal 170 232 233 27 1 0 47 266 17 66
Binary 1111000 10011010 10011011 10111 1 0 100111 10110110 1111 110110

Color Harmonies of #789A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789A9B

Black with #789A9B

Text Example


Text Example

White with #789A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,154,155); }

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

background-color css

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

 a { background-color: rgb(120,154,155); }

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

border-color css

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

 span { border-color: rgb(120,154,155); }

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