Html Css Color HEX #759395 Juniper

📋 copy color: '#759395'

red 117 ◦ green 147 ◦ blue 149

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

Shades of Juniper #759395

Tints of Juniper #759395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

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

R = 28.33%
G = 35.59%
B = 36.08%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#759395 (or 0x759395) is known color: Juniper. HEX triplet: 75, 93 and 95. RGB value is (117,147,149). Sum of RGB (Red+Green+Blue) = 117+147+149=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #759395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759395 is #8A6C6A. Grayscale: #8A8A8A. Windows color (decimal): -9071723 or 9802613. OLE color: 9802613.

HSL color Cylindrical-coordinate representation of color #759395: hue angle of 183.75º 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 #759395 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 149 -
CMYK 0.21 0.01 0 0.42
HSL 183.75º 0.13% 0.52% -
HSV(B) 183.75º 0.21% 0.58% -
XYZ 23.19 26.82 32.39 -
YUV 138.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 117 147 149 0.21 0.01 0 0.42 183.75 0.13 0.52
Hex 75 93 95 15 1 0 2A B8 D 34
Octal 165 223 225 25 1 0 52 270 15 64
Binary 1110101 10010011 10010101 10101 1 0 101010 10111000 1101 110100

Color Harmonies of #759395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759395

Black with #759395

Text Example


Text Example

White with #759395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759395; }

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

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

background-color css

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

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

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

border-color css

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

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

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