Html Css Color HEX #748786 Juniper

📋 copy color: '#748786'

red 116 ◦ green 135 ◦ blue 134

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

Shades of Juniper #748786

Tints of Juniper #748786

RGB

 RED value IS 116 (45.7% from 255) = 30.13%

 GREEN value IS 135 (53.13% from 255) = 35.06%

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

R = 30.13%
G = 35.06%
B = 34.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#748786 (or 0x748786) is known color: Juniper. HEX triplet: 74, 87 and 86. RGB value is (116,135,134). Sum of RGB (Red+Green+Blue) = 116+135+134=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #748786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748786 is #8B7879. Grayscale: #818181. Windows color (decimal): -9140346 or 8816500. OLE color: 8816500.

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

Color convert

RGB 116 135 134 -
CMYK 0.14 0 0.01 0.47
HSL 176.84º 0.08% 0.49% -
HSV(B) 176.84º 0.14% 0.53% -
XYZ 20.17 22.76 25.88 -
YUV 129.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 116 135 134 0.14 0 0.01 0.47 176.84 0.08 0.49
Hex 74 87 86 E 0 1 2F B1 8 31
Octal 164 207 206 16 0 1 57 261 10 61
Binary 1110100 10000111 10000110 1110 0 1 101111 10110001 1000 110001

Color Harmonies of #748786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748786

Black with #748786

Text Example


Text Example

White with #748786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748786; }

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

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

background-color css

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

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

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

border-color css

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

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

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