#738F8D

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

Shades of Juniper #738F8D

Tints of Juniper #738F8D

Color information

#738F8D (or 0x738F8D) is unknown color: approx Juniper. HEX triplet: 73, 8F and 8D. RGB value is (115,143,141). Sum of RGB (Red+Green+Blue) = 115+143+141=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 143 - color contains mainly: green. Hex color #738F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F8D is #8C7072. Grayscale: #868686. Windows color (decimal): -9203827 or 9277299. OLE color: 9277299.

HSL color Cylindrical-coordinate representation of color #738F8D: hue angle of 175.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F8D is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB115143141-
CMYK0.2000.010.44
HSL175.71º11.11%50.59%-
HSV(B)175.71º19.58%56.08%-
XYZ21.725.2128.92-
YUV134.4131.72114.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 141 (55.47% from 255) = 35.34%
R=28.82%
G=35.84%
B=35.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151431410.2000.010.44175.7111.1150.59
Hex738F8D14012Cb0b33
Octal1632172152401542601363
Binary111001110001111100011011010001101100101100001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738F8D; }

 p { color: rgb(115,143,141); }

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

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

 a { background-color: rgb(115,143,141); }

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

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

 span { border-color: rgb(115,143,141); }

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