#779893

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

Shades of Juniper #779893

Tints of Juniper #779893

Color information

#779893 (or 0x779893) is unknown color: approx Juniper. HEX triplet: 77, 98 and 93. RGB value is (119,152,147). Sum of RGB (Red+Green+Blue) = 119+152+147=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #779893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779893 is #88676C. Grayscale: #8D8D8D. Windows color (decimal): -8939373 or 9672823. OLE color: 9672823.

HSL color Cylindrical-coordinate representation of color #779893: hue angle of 170.91º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779893 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB119152147-
CMYK0.2200.030.40
HSL170.91º13.81%53.14%-
HSV(B)170.91º21.71%59.61%-
XYZ24.128.4831.83-
YUV141.56131.07111.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.47%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=28.47%
G=36.36%
B=35.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191521470.2200.030.40170.9113.8153.14
Hex779893160328abe35
Octal1672302232603502531665
Binary1110111100110001001001110110011101000101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779893; }

 p { color: rgb(119,152,147); }

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

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

 a { background-color: rgb(119,152,147); }

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

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

 span { border-color: rgb(119,152,147); }

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