#748889

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

Shades of Juniper #748889

Tints of Juniper #748889

Color information

#748889 (or 0x748889) is unknown color: approx Juniper. HEX triplet: 74, 88 and 89. RGB value is (116,136,137). Sum of RGB (Red+Green+Blue) = 116+136+137=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 137 - color contains mainly: blue. Hex color #748889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748889 is #8B7776. Grayscale: #828282. Windows color (decimal): -9140087 or 9013364. OLE color: 9013364.

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

Color convert

RGB116136137-
CMYK0.150.0100.46
HSL182.86º8.3%49.61%-
HSV(B)182.86º15.33%53.73%-
XYZ20.5223.1327.05-
YUV130.13131.87117.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=29.82%
G=34.96%
B=35.22%

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
Decimal1161361370.150.0100.46182.868.349.61
Hex748889F102Eb7832
Octal1642102111710562671062
Binary11101001000100010001001111110101110101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748889; }

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

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

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

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

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

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

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

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