Html Css Color HEX #748686 Juniper

📋 copy color: '#748686'

red 116 ◦ green 134 ◦ blue 134

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

Shades of Juniper #748686

Tints of Juniper #748686

RGB

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

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

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

R = 30.21%
G = 34.9%
B = 34.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#748686 (or 0x748686) is known color: Juniper. HEX triplet: 74, 86 and 86. RGB value is (116,134,134). Sum of RGB (Red+Green+Blue) = 116+134+134=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #748686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748686 is #8B7979. Grayscale: #808080. Windows color (decimal): -9140602 or 8816244. OLE color: 8816244.

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

Color convert

RGB 116 134 134 -
CMYK 0.13 0 0 0.47
HSL 180º 0.07% 0.49% -
HSV(B) 180º 0.13% 0.53% -
XYZ 20.03 22.48 25.84 -
YUV 128.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 116 134 134 0.13 0 0 0.47 180 0.07 0.49
Hex 74 86 86 D 0 0 2F B4 7 31
Octal 164 206 206 15 0 0 57 264 7 61
Binary 1110100 10000110 10000110 1101 0 0 101111 10110100 111 110001

Color Harmonies of #748686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748686

Black with #748686

Text Example


Text Example

White with #748686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748686; }

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

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

background-color css

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

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

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

border-color css

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

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

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