#77999A

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

Shades of Juniper #77999A

Tints of Juniper #77999A

Color information

#77999A (or 0x77999A) is unknown color: approx Juniper. HEX triplet: 77, 99 and 9A. RGB value is (119,153,154). Sum of RGB (Red+Green+Blue) = 119+153+154=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 154 - color contains mainly: blue. Hex color #77999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77999A is #886665. Grayscale: #8E8E8E. Windows color (decimal): -8939110 or 10131831. OLE color: 10131831.

HSL color Cylindrical-coordinate representation of color #77999A: hue angle of 181.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77999A is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119153154-
CMYK0.230.0100.40
HSL181.71º14.77%53.53%-
HSV(B)181.71º22.73%60.39%-
XYZ24.8329.0434.87-
YUV142.95134.24110.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=27.93%
G=35.92%
B=36.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191531540.230.0100.40181.7114.7753.53
Hex77999A171028b6f36
Octal1672312322710502661766
Binary111011110011001100110101011110101000101101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77999A; }

 p { color: rgb(119,153,154); }

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

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

 a { background-color: rgb(119,153,154); }

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

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

 span { border-color: rgb(119,153,154); }

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