Html Css Color HEX #788F8D Juniper

📋 copy color: '#788F8D'

red 120 ◦ green 143 ◦ blue 141

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

Shades of Juniper #788F8D

Tints of Juniper #788F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

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

R = 29.7%
G = 35.4%
B = 34.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#788F8D (or 0x788F8D) is known color: Juniper. HEX triplet: 78, 8F and 8D. RGB value is (120,143,141). Sum of RGB (Red+Green+Blue) = 120+143+141=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 143 - color contains mainly: green. Hex color #788F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F8D is #877072. Grayscale: #878787. Windows color (decimal): -8876147 or 9277304. OLE color: 9277304.

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

Color convert

RGB 120 143 141 -
CMYK 0.16 0 0.01 0.44
HSL 174.78º 0.09% 0.52% -
HSV(B) 174.78º 0.16% 0.56% -
XYZ 22.38 25.56 28.95 -
YUV 135.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 120 143 141 0.16 0 0.01 0.44 174.78 0.09 0.52
Hex 78 8F 8D 10 0 1 2C AF 9 34
Octal 170 217 215 20 0 1 54 257 11 64
Binary 1111000 10001111 10001101 10000 0 1 101100 10101111 1001 110100

Color Harmonies of #788F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788F8D

Black with #788F8D

Text Example


Text Example

White with #788F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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