#77928F

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

Shades of Juniper #77928F

Tints of Juniper #77928F

Color information

#77928F (or 0x77928F) is unknown color: approx Juniper. HEX triplet: 77, 92 and 8F. RGB value is (119,146,143). Sum of RGB (Red+Green+Blue) = 119+146+143=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #77928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77928F is #886D70. Grayscale: #898989. Windows color (decimal): -8940913 or 9409143. OLE color: 9409143.

HSL color Cylindrical-coordinate representation of color #77928F: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77928F is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB119146143-
CMYK0.1800.020.43
HSL173.33º11.02%51.96%-
HSV(B)173.33º18.49%57.25%-
XYZ22.8426.4629.89-
YUV137.58131.05114.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=29.17%
G=35.78%
B=35.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191461430.1800.020.43173.3311.0251.96
Hex77928F12022Badb34
Octal1672222172202532551364
Binary1110111100100101000111110010010101011101011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77928F; }

 p { color: rgb(119,146,143); }

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

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

 a { background-color: rgb(119,146,143); }

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

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

 span { border-color: rgb(119,146,143); }

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