#789792

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

Shades of Juniper #789792

Tints of Juniper #789792

Color information

#789792 (or 0x789792) is unknown color: approx Juniper. HEX triplet: 78, 97 and 92. RGB value is (120,151,146). Sum of RGB (Red+Green+Blue) = 120+151+146=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #789792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789792 is #87686D. Grayscale: #8D8D8D. Windows color (decimal): -8874094 or 9607032. OLE color: 9607032.

HSL color Cylindrical-coordinate representation of color #789792: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789792 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB120151146-
CMYK0.2100.030.41
HSL170.32º12.97%53.14%-
HSV(B)170.32º20.53%59.22%-
XYZ2428.231.37-
YUV141.16130.73112.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=28.78%
G=36.21%
B=35.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201511460.2100.030.41170.3212.9753.14
Hex789792150329aad35
Octal1702272222503512521565
Binary1111000100101111001001010101011101001101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789792; }

 p { color: rgb(120,151,146); }

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

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

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

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

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

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

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