Html Css Color HEX #758787 Juniper

📋 copy color: '#758787'

red 117 ◦ green 135 ◦ blue 135

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

Shades of Juniper #758787

Tints of Juniper #758787

RGB

 RED value IS 117 (46.09% from 255) = 30.23%

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

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

R = 30.23%
G = 34.88%
B = 34.88%

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

#758787 (or 0x758787) is known color: Juniper. HEX triplet: 75, 87 and 87. RGB value is (117,135,135). Sum of RGB (Red+Green+Blue) = 117+135+135=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #758787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758787 is #8A7878. Grayscale: #818181. Windows color (decimal): -9074809 or 8882037. OLE color: 8882037.

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

Color convert

RGB 117 135 135 -
CMYK 0.13 0 0 0.47
HSL 180º 0.07% 0.49% -
HSV(B) 180º 0.13% 0.53% -
XYZ 20.37 22.86 26.26 -
YUV 129.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 117 135 135 0.13 0 0 0.47 180 0.07 0.49
Hex 75 87 87 D 0 0 2F B4 7 31
Octal 165 207 207 15 0 0 57 264 7 61
Binary 1110101 10000111 10000111 1101 0 0 101111 10110100 111 110001

Color Harmonies of #758787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758787

Black with #758787

Text Example


Text Example

White with #758787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758787; }

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

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

background-color css

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

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

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

border-color css

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

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

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