#778E8D

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

Shades of Juniper #778E8D

Tints of Juniper #778E8D

Color information

#778E8D (or 0x778E8D) is unknown color: approx Juniper. HEX triplet: 77, 8E and 8D. RGB value is (119,142,141). Sum of RGB (Red+Green+Blue) = 119+142+141=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 142 - color contains mainly: green. Hex color #778E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E8D is #887172. Grayscale: #868686. Windows color (decimal): -8941939 or 9277047. OLE color: 9277047.

HSL color Cylindrical-coordinate representation of color #778E8D: hue angle of 177.39º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778E8D is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB119142141-
CMYK0.1600.010.44
HSL177.39º9.24%51.18%-
HSV(B)177.39º16.2%55.69%-
XYZ22.0925.1928.9-
YUV135.01131.38116.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=29.60%
G=35.32%
B=35.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191421410.1600.010.44177.399.2451.18
Hex778E8D10012Cb1933
Octal1672162152001542611163
Binary111011110001110100011011000001101100101100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778E8D; }

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

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

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

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

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

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

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

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