Html Css Color HEX #759192 Juniper

📋 copy color: '#759192'

red 117 ◦ green 145 ◦ blue 146

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

Shades of Juniper #759192

Tints of Juniper #759192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 28.68%
G = 35.54%
B = 35.78%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#759192 (or 0x759192) is known color: Juniper. HEX triplet: 75, 91 and 92. RGB value is (117,145,146). Sum of RGB (Red+Green+Blue) = 117+145+146=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 146 - color contains mainly: blue. Hex color #759192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759192 is #8A6E6D. Grayscale: #888888. Windows color (decimal): -9072238 or 9605493. OLE color: 9605493.

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

Color convert

RGB 117 145 146 -
CMYK 0.20 0.01 0 0.43
HSL 182.07º 0.12% 0.52% -
HSV(B) 182.07º 0.2% 0.57% -
XYZ 22.65 26.11 31.04 -
YUV 136.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 117 145 146 0.20 0.01 0 0.43 182.07 0.12 0.52
Hex 75 91 92 14 1 0 2B B6 C 34
Octal 165 221 222 24 1 0 53 266 14 64
Binary 1110101 10010001 10010010 10100 1 0 101011 10110110 1100 110100

Color Harmonies of #759192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759192

Black with #759192

Text Example


Text Example

White with #759192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759192; }

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

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

background-color css

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

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

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

border-color css

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

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

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