#788B89

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

Shades of Juniper #788B89

Tints of Juniper #788B89

Color information

#788B89 (or 0x788B89) is unknown color: approx Juniper. HEX triplet: 78, 8B and 89. RGB value is (120,139,137). Sum of RGB (Red+Green+Blue) = 120+139+137=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 139 - color contains mainly: green. Hex color #788B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B89 is #877476. Grayscale: #858585. Windows color (decimal): -8877175 or 9014136. OLE color: 9014136.

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

Color convert

RGB120139137-
CMYK0.1400.010.45
HSL173.68º7.57%50.78%-
HSV(B)173.68º13.67%54.51%-
XYZ21.4924.2627.22-
YUV133.09130.21118.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=30.30%
G=35.10%
B=34.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201391370.1400.010.45173.687.5750.78
Hex788B89E012Dae833
Octal1702132111601552561063
Binary11110001000101110001001111001101101101011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,139,137); }

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

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

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

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

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

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

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