#758F91

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

Shades of Juniper #758F91

Tints of Juniper #758F91

Color information

#758F91 (or 0x758F91) is unknown color: approx Juniper. HEX triplet: 75, 8F and 91. RGB value is (117,143,145). Sum of RGB (Red+Green+Blue) = 117+143+145=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #758F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F91 is #8A706E. Grayscale: #878787. Windows color (decimal): -9072751 or 9539445. OLE color: 9539445.

HSL color Cylindrical-coordinate representation of color #758F91: hue angle of 184.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758F91 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117143145-
CMYK0.190.0100.43
HSL184.29º11.29%51.37%-
HSV(B)184.29º19.31%56.86%-
XYZ22.2725.4730.53-
YUV135.45133.39114.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=28.89%
G=35.31%
B=35.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171431450.190.0100.43184.2911.2951.37
Hex758F9113102Bb8b33
Octal1652172212310532701363
Binary111010110001111100100011001110101011101110001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,143,145); }

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

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

 a { background-color: rgb(117,143,145); }

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

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

 span { border-color: rgb(117,143,145); }

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