Html Css Color HEX #748687 Juniper

📋 copy color: '#748687'

red 116 ◦ green 134 ◦ blue 135

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

Shades of Juniper #748687

Tints of Juniper #748687

RGB

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

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

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

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

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#748687 (or 0x748687) is known color: 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

RGB 116 134 135 -
CMYK 0.14 0.01 0 0.47
HSL 183.16º 0.08% 0.49% -
HSV(B) 183.16º 0.14% 0.53% -
XYZ 20.1 22.51 26.21 -
YUV 128.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 116 134 135 0.14 0.01 0 0.47 183.16 0.08 0.49
Hex 74 86 87 E 1 0 2F B7 8 31
Octal 164 206 207 16 1 0 57 267 10 61
Binary 1110100 10000110 10000111 1110 1 0 101111 10110111 1000 110001

Color Harmonies of #748687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748687

Black with #748687

Text Example


Text Example

White with #748687

Text Example


Text Example

HTML Codes & Css Web 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>