Html Css Color HEX #788F8E Juniper

📋 copy color: '#788F8E'

red 120 ◦ green 143 ◦ blue 142

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

Shades of Juniper #788F8E

Tints of Juniper #788F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 29.63%
G = 35.31%
B = 35.06%

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

#788F8E (or 0x788F8E) is known color: Juniper. HEX triplet: 78, 8F and 8E. RGB value is (120,143,142). Sum of RGB (Red+Green+Blue) = 120+143+142=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 143 - color contains mainly: green. Hex color #788F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F8E is #877071. Grayscale: #878787. Windows color (decimal): -8876146 or 9342840. OLE color: 9342840.

HSL color Cylindrical-coordinate representation of color #788F8E: hue angle of 177.39º 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 #788F8E is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 143 142 -
CMYK 0.16 0 0.01 0.44
HSL 177.39º 0.09% 0.52% -
HSV(B) 177.39º 0.16% 0.56% -
XYZ 22.45 25.59 29.35 -
YUV 136.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 120 143 142 0.16 0 0.01 0.44 177.39 0.09 0.52
Hex 78 8F 8E 10 0 1 2C B1 9 34
Octal 170 217 216 20 0 1 54 261 11 64
Binary 1111000 10001111 10001110 10000 0 1 101100 10110001 1001 110100

Color Harmonies of #788F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788F8E

Black with #788F8E

Text Example


Text Example

White with #788F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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