#758E8D

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

Shades of Juniper #758E8D

Tints of Juniper #758E8D

Color information

#758E8D (or 0x758E8D) is unknown color: approx Juniper. HEX triplet: 75, 8E and 8D. RGB value is (117,142,141). Sum of RGB (Red+Green+Blue) = 117+142+141=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 142 - color contains mainly: green. Hex color #758E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758E8D is #8A7172. Grayscale: #868686. Windows color (decimal): -9073011 or 9277045. OLE color: 9277045.

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

Color convert

RGB117142141-
CMYK0.1800.010.44
HSL177.6º9.96%50.78%-
HSV(B)177.6º17.61%55.69%-
XYZ21.8225.0528.88-
YUV134.41131.72115.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.25%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=29.25%
G=35.5%
B=35.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171421410.1800.010.44177.69.9650.78
Hex758E8D12012Cb2a33
Octal1652162152201542621263
Binary111010110001110100011011001001101100101100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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