#758A89

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

Shades of Juniper #758A89

Tints of Juniper #758A89

Color information

#758A89 (or 0x758A89) is unknown color: approx Juniper. HEX triplet: 75, 8A and 89. RGB value is (117,138,137). Sum of RGB (Red+Green+Blue) = 117+138+137=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 138 - color contains mainly: green. Hex color #758A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A89 is #8A7576. Grayscale: #838383. Windows color (decimal): -9074039 or 9013877. OLE color: 9013877.

HSL color Cylindrical-coordinate representation of color #758A89: hue angle of 177.14º 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 #758A89 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB117138137-
CMYK0.1500.010.46
HSL177.14º8.24%50%-
HSV(B)177.14º15.22%54.12%-
XYZ20.9423.7727.15-
YUV131.61131.04117.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=29.85%
G=35.20%
B=34.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171381370.1500.010.46177.148.2450
Hex758A89F012Eb1832
Octal1652122111701562611062
Binary11101011000101010001001111101101110101100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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