#748687

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

Shades of Juniper #748687

Tints of Juniper #748687

Color information

#748687 (or 0x748687) is unknown color: approx Juniper. HEX triplet: 74, 86 and 87. RGB value is (116,134,135). Sum of RGB (Red+Green+Blue) = 116+134+135=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 135 - color contains mainly: blue. Hex color #748687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748687 is #8B7978. Grayscale: #808080. Windows color (decimal): -9140601 or 8881780. OLE color: 8881780.

HSL color Cylindrical-coordinate representation of color #748687: hue angle of 183.16º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748687 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB116134135-
CMYK0.140.0100.47
HSL183.16º7.57%49.22%-
HSV(B)183.16º14.07%52.94%-
XYZ20.122.5126.21-
YUV128.73131.54118.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=30.13%
G=34.81%
B=35.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161341350.140.0100.47183.167.5749.22
Hex748687E102Fb7831
Octal1642062071610572671061
Binary11101001000011010000111111010101111101101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748687; }

 p { color: rgb(116,134,135); }

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

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

 a { background-color: rgb(116,134,135); }

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

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

 span { border-color: rgb(116,134,135); }

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