#7C9193

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

Shades of Juniper #7C9193

Tints of Juniper #7C9193

Color information

#7C9193 (or 0x7C9193) is unknown color: approx Juniper. HEX triplet: 7C, 91 and 93. RGB value is (124,145,147). Sum of RGB (Red+Green+Blue) = 124+145+147=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C9193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9193 is #836E6C. Grayscale: #8A8A8A. Windows color (decimal): -8613485 or 9671036. OLE color: 9671036.

HSL color Cylindrical-coordinate representation of color #7C9193: hue angle of 185.22º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C9193 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB124145147-
CMYK0.160.0100.42
HSL185.22º9.62%53.14%-
HSV(B)185.22º15.65%57.65%-
XYZ23.726.6431.5-
YUV138.95132.54117.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.81%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=29.81%
G=34.86%
B=35.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241451470.160.0100.42185.229.6253.14
Hex7C919310102Ab9a35
Octal1742212232010522711265
Binary111110010010001100100111000010101010101110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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