#77918D

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

Shades of Juniper #77918D

Tints of Juniper #77918D

Color information

#77918D (or 0x77918D) is unknown color: approx Juniper. HEX triplet: 77, 91 and 8D. RGB value is (119,145,141). Sum of RGB (Red+Green+Blue) = 119+145+141=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 145 - color contains mainly: green. Hex color #77918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77918D is #886E72. Grayscale: #888888. Windows color (decimal): -8941171 or 9277815. OLE color: 9277815.

HSL color Cylindrical-coordinate representation of color #77918D: hue angle of 170.77º 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 #77918D is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB119145141-
CMYK0.1800.030.43
HSL170.77º10.57%51.76%-
HSV(B)170.77º17.93%56.86%-
XYZ22.5426.129.05-
YUV136.77130.39115.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=29.38%
G=35.80%
B=34.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451410.1800.030.43170.7710.5751.76
Hex77918D12032Babb34
Octal1672212152203532531364
Binary1110111100100011000110110010011101011101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77918D; }

 p { color: rgb(119,145,141); }

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

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

 a { background-color: rgb(119,145,141); }

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

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

 span { border-color: rgb(119,145,141); }

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