Html Css Color HEX #788E8D Juniper

📋 copy color: '#788E8D'

red 120 ◦ green 142 ◦ blue 141

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

Shades of Juniper #788E8D

Tints of Juniper #788E8D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.24%

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 29.78%
G = 35.24%
B = 34.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#788E8D (or 0x788E8D) is known color: Juniper. HEX triplet: 78, 8E and 8D. RGB value is (120,142,141). Sum of RGB (Red+Green+Blue) = 120+142+141=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 142 - color contains mainly: green. Hex color #788E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788E8D is #877172. Grayscale: #878787. Windows color (decimal): -8876403 or 9277048. OLE color: 9277048.

HSL color Cylindrical-coordinate representation of color #788E8D: hue angle of 177.27º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788E8D is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 142 141 -
CMYK 0.15 0 0.01 0.44
HSL 177.27º 0.09% 0.51% -
HSV(B) 177.27º 0.15% 0.56% -
XYZ 22.23 25.26 28.9 -
YUV 135.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 120 142 141 0.15 0 0.01 0.44 177.27 0.09 0.51
Hex 78 8E 8D F 0 1 2C B1 9 33
Octal 170 216 215 17 0 1 54 261 11 63
Binary 1111000 10001110 10001101 1111 0 1 101100 10110001 1001 110011

Color Harmonies of #788E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788E8D

Black with #788E8D

Text Example


Text Example

White with #788E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788E8D; }

 p { color: rgb(120,142,141); }

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

background-color css

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

 a { background-color: rgb(120,142,141); }

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

border-color css

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

 span { border-color: rgb(120,142,141); }

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