Html Css Color HEX #759193 Juniper

📋 copy color: '#759193'

red 117 ◦ green 145 ◦ blue 147

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

Shades of Juniper #759193

Tints of Juniper #759193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

 BLUE value IS 147 (57.81% from 255) = 35.94%

R = 28.61%
G = 35.45%
B = 35.94%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#759193 (or 0x759193) is known color: Juniper. HEX triplet: 75, 91 and 93. RGB value is (117,145,147). Sum of RGB (Red+Green+Blue) = 117+145+147=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #759193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759193 is #8A6E6C. Grayscale: #888888. Windows color (decimal): -9072237 or 9671029. OLE color: 9671029.

HSL color Cylindrical-coordinate representation of color #759193: hue angle of 184º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759193 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 145 147 -
CMYK 0.20 0.01 0 0.42
HSL 184º 0.12% 0.52% -
HSV(B) 184º 0.2% 0.58% -
XYZ 22.73 26.14 31.45 -
YUV 136.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 117 145 147 0.20 0.01 0 0.42 184 0.12 0.52
Hex 75 91 93 14 1 0 2A B8 C 34
Octal 165 221 223 24 1 0 52 270 14 64
Binary 1110101 10010001 10010011 10100 1 0 101010 10111000 1100 110100

Color Harmonies of #759193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759193

Black with #759193

Text Example


Text Example

White with #759193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759193; }

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

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

background-color css

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

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

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

border-color css

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

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

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