Html Css Color HEX #759295 Juniper

📋 copy color: '#759295'

red 117 ◦ green 146 ◦ blue 149

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

Shades of Juniper #759295

Tints of Juniper #759295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 28.4%
G = 35.44%
B = 36.17%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#759295 (or 0x759295) is known color: Juniper. HEX triplet: 75, 92 and 95. RGB value is (117,146,149). Sum of RGB (Red+Green+Blue) = 117+146+149=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #759295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759295 is #8A6D6A. Grayscale: #898989. Windows color (decimal): -9071979 or 9802357. OLE color: 9802357.

HSL color Cylindrical-coordinate representation of color #759295: hue angle of 185.62º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759295 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 146 149 -
CMYK 0.21 0.02 0 0.42
HSL 185.63º 0.13% 0.52% -
HSV(B) 185.63º 0.21% 0.58% -
XYZ 23.04 26.51 32.34 -
YUV 137.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 117 146 149 0.21 0.02 0 0.42 185.63 0.13 0.52
Hex 75 92 95 15 2 0 2A BA D 34
Octal 165 222 225 25 2 0 52 272 15 64
Binary 1110101 10010010 10010101 10101 10 0 101010 10111010 1101 110100

Color Harmonies of #759295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759295

Black with #759295

Text Example


Text Example

White with #759295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759295; }

 p { color: rgb(117,146,149); }

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

background-color css

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

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

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

border-color css

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

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

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