Html Css Color HEX #738686 Juniper

📋 copy color: '#738686'

red 115 ◦ green 134 ◦ blue 134

#738686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #738686

Tints of Juniper #738686

RGB

 RED value IS 115 (45.31% from 255) = 30.03%

 GREEN value IS 134 (52.73% from 255) = 34.99%

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 30.03%
G = 34.99%
B = 34.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#738686 (or 0x738686) is known color: Juniper. HEX triplet: 73, 86 and 86. RGB value is (115,134,134). Sum of RGB (Red+Green+Blue) = 115+134+134=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #738686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738686 is #8C7979. Grayscale: #808080. Windows color (decimal): -9206138 or 8816243. OLE color: 8816243.

HSL color Cylindrical-coordinate representation of color #738686: hue angle of 180º 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 #738686 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 134 134 -
CMYK 0.14 0 0 0.47
HSL 180º 0.08% 0.49% -
HSV(B) 180º 0.14% 0.53% -
XYZ 19.9 22.42 25.83 -
YUV 128.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 115 134 134 0.14 0 0 0.47 180 0.08 0.49
Hex 73 86 86 E 0 0 2F B4 8 31
Octal 163 206 206 16 0 0 57 264 10 61
Binary 1110011 10000110 10000110 1110 0 0 101111 10110100 1000 110001

Color Harmonies of #738686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738686

Black with #738686

Text Example


Text Example

White with #738686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738686; }

 p { color: rgb(115,134,134); }

 H1.HeaderClassName
 {
   color: #738686;
 }
 .AnyTagClassName
 {
   color: #738686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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