#7C9190

Color #7C9190 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #7C9190

Tints of Juniper #7C9190

Color information

#7C9190 (or 0x7C9190) is unknown color: approx Juniper. HEX triplet: 7C, 91 and 90. RGB value is (124,145,144). Sum of RGB (Red+Green+Blue) = 124+145+144=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9190 is #836E6F. Grayscale: #8A8A8A. Windows color (decimal): -8613488 or 9474428. OLE color: 9474428.

HSL color Cylindrical-coordinate representation of color #7C9190: hue angle of 177.14º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C9190 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB124145144-
CMYK0.1400.010.43
HSL177.14º8.71%52.75%-
HSV(B)177.14º14.48%56.86%-
XYZ23.4726.5530.27-
YUV138.61131.04117.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=30.02%
G=35.11%
B=34.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1241451440.1400.010.43177.148.7152.75
Hex7C9190E012Bb1935
Octal1742212201601532611165
Binary11111001001000110010000111001101011101100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C9190; }

 p { color: rgb(124,145,144); }

 H1.HeaderClassName
 {
   color: #7C9190;
 }
 .AnyTagClassName
 {
   color: #7C9190;
 }
</style>
background-color css

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

 a { background-color: rgb(124,145,144); }

 div.DivClassName
 {
   background-color: #7C9190;
 }
 .BgClassName
 {
   background-color: #7C9190;
 }
</style>
border-color css

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

 span { border-color: rgb(124,145,144); }

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