#758889

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

Shades of Juniper #758889

Tints of Juniper #758889

Color information

#758889 (or 0x758889) is unknown color: approx Juniper. HEX triplet: 75, 88 and 89. RGB value is (117,136,137). Sum of RGB (Red+Green+Blue) = 117+136+137=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 137 - color contains mainly: blue. Hex color #758889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758889 is #8A7776. Grayscale: #828282. Windows color (decimal): -9074551 or 9013365. OLE color: 9013365.

HSL color Cylindrical-coordinate representation of color #758889: hue angle of 183º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758889 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117136137-
CMYK0.150.0100.46
HSL183º7.87%49.8%-
HSV(B)183º14.6%53.73%-
XYZ20.6623.227.06-
YUV130.43131.71118.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 137 (53.91% from 255) = 35.13%
R=30%
G=34.87%
B=35.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171361370.150.0100.461837.8749.8
Hex758889F102Eb7832
Octal1652102111710562671062
Binary11101011000100010001001111110101110101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758889; }

 p { color: rgb(117,136,137); }

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

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

 a { background-color: rgb(117,136,137); }

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

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

 span { border-color: rgb(117,136,137); }

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