Html Css Color HEX #718787 Juniper

📋 copy color: '#718787'

red 113 ◦ green 135 ◦ blue 135

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

Shades of Juniper #718787

Tints of Juniper #718787

RGB

 RED value IS 113 (44.53% from 255) = 29.5%

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

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

R = 29.5%
G = 35.25%
B = 35.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#718787 (or 0x718787) is known color: Juniper. HEX triplet: 71, 87 and 87. RGB value is (113,135,135). Sum of RGB (Red+Green+Blue) = 113+135+135=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #718787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718787 is #8E7878. Grayscale: #808080. Windows color (decimal): -9336953 or 8882033. OLE color: 8882033.

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

Color convert

RGB 113 135 135 -
CMYK 0.16 0 0 0.47
HSL 180º 0.09% 0.49% -
HSV(B) 180º 0.16% 0.53% -
XYZ 19.85 22.59 26.24 -
YUV 128.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 113 135 135 0.16 0 0 0.47 180 0.09 0.49
Hex 71 87 87 10 0 0 2F B4 9 31
Octal 161 207 207 20 0 0 57 264 11 61
Binary 1110001 10000111 10000111 10000 0 0 101111 10110100 1001 110001

Color Harmonies of #718787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718787

Black with #718787

Text Example


Text Example

White with #718787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718787; }

 p { color: rgb(113,135,135); }

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

background-color css

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

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

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

border-color css

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

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

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