#788C8C

Color #788C8C Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #788C8C

Tints of Juniper #788C8C

Color information

#788C8C (or 0x788C8C) is unknown color: approx Juniper. HEX triplet: 78, 8C and 8C. RGB value is (120,140,140). Sum of RGB (Red+Green+Blue) = 120+140+140=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #788C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C8C is #877373. Grayscale: #868686. Windows color (decimal): -8876916 or 9211000. OLE color: 9211000.

HSL color Cylindrical-coordinate representation of color #788C8C: hue angle of 180º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788C8C is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120140140-
CMYK0.14000.45
HSL180º8%50.98%-
HSV(B)180º14.29%54.9%-
XYZ21.8624.6428.42-
YUV134.02131.37118-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 140 (55.08% from 255) = 35%
R=30%
G=35%
B=35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201401400.14000.45180850.98
Hex788C8CE002Db4833
Octal1702142141600552641063
Binary11110001000110010001100111000101101101101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #788C8C;
 }
 .AnyTagClassName
 {
   color: #788C8C;
 }
</style>
background-color css

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

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

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

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

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

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