Html Css Color HEX #759791 Juniper

📋 copy color: '#759791'

red 117 ◦ green 151 ◦ blue 145

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

Shades of Juniper #759791

Tints of Juniper #759791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.56%

 BLUE value IS 145 (57.03% from 255) = 35.11%

R = 28.33%
G = 36.56%
B = 35.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#759791 (or 0x759791) is known color: Juniper. HEX triplet: 75, 97 and 91. RGB value is (117,151,145). Sum of RGB (Red+Green+Blue) = 117+151+145=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 151 - color contains mainly: green. Hex color #759791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759791 is #8A686E. Grayscale: #8C8C8C. Windows color (decimal): -9070703 or 9541493. OLE color: 9541493.

HSL color Cylindrical-coordinate representation of color #759791: hue angle of 169.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759791 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 145 -
CMYK 0.23 0 0.04 0.41
HSL 169.41º 0.14% 0.53% -
HSV(B) 169.41º 0.23% 0.59% -
XYZ 23.51 27.96 30.95 -
YUV 140.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 117 151 145 0.23 0 0.04 0.41 169.41 0.14 0.53
Hex 75 97 91 17 0 4 29 A9 E 35
Octal 165 227 221 27 0 4 51 251 16 65
Binary 1110101 10010111 10010001 10111 0 100 101001 10101001 1110 110101

Color Harmonies of #759791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759791

Black with #759791

Text Example


Text Example

White with #759791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759791; }

 p { color: rgb(117,151,145); }

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

background-color css

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

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

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

border-color css

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

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

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