Html Css Color HEX #788F8C Juniper

📋 copy color: '#788F8C'

red 120 ◦ green 143 ◦ blue 140

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

Shades of Juniper #788F8C

Tints of Juniper #788F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 29.78%
G = 35.48%
B = 34.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#788F8C (or 0x788F8C) is known color: Juniper. HEX triplet: 78, 8F and 8C. RGB value is (120,143,140). Sum of RGB (Red+Green+Blue) = 120+143+140=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 143 - color contains mainly: green. Hex color #788F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F8C is #877073. Grayscale: #878787. Windows color (decimal): -8876148 or 9211768. OLE color: 9211768.

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

Color convert

RGB 120 143 140 -
CMYK 0.16 0 0.02 0.44
HSL 172.17º 0.09% 0.52% -
HSV(B) 172.17º 0.16% 0.56% -
XYZ 22.3 25.53 28.56 -
YUV 135.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 120 143 140 0.16 0 0.02 0.44 172.17 0.09 0.52
Hex 78 8F 8C 10 0 2 2C AC 9 34
Octal 170 217 214 20 0 2 54 254 11 64
Binary 1111000 10001111 10001100 10000 0 10 101100 10101100 1001 110100

Color Harmonies of #788F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788F8C

Black with #788F8C

Text Example


Text Example

White with #788F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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